Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Plexistow", "version": "1.10.11", "description": "This extension books warehouse shift automatically.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "activeTab", "declarativeContent", "scripting", "notifications", "webRequest" ], "host_permissions": [ "https:\/\/hiring.amazon.ca\/*", "https:\/\/hiring.amazon.com\/*", "*:\/\/auth.hiring.amazon.com\/*", "https:\/\/ufatez9oyf.execute-api.us-east-1.amazonaws.com\/*", "https:\/\/usvisaalertswebapp1.azurewebsites.net\/*" ], "web_accessible_resources": [ { "resources": [ "images\/popup.png", "alert.wav", "images\/icon128.png" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/hiring.amazon.ca\/*", "https:\/\/hiring.amazon.com\/*", "*:\/\/auth.hiring.amazon.com\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/hiring.amazon.ca\/*", "https:\/\/hiring.amazon.com\/*", "*:\/\/auth.hiring.amazon.com\/*" ], "js": [ "sweetalert.js", "fetch.js", "content.js" ], "css": [ "\/css\/sweetalert.css", "popup.css" ], "run_at": "document_idle" } ], "incognito": "spanning" }