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": "Autofill Factorial", "description": "Automatically fill your monthly work schedule and save time effortlessly!", "version": "1.0.3", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4U4RegId8g30fL4Z0nIO4rIQaLUNFtllEZ\/iKW59367SqwsHT7Qsutrw\/BTBuRDjL6d2hW8TE\/nuok148j5qChjoTHSd3sLQjZgzOCEk\/aNfUZxxzvVzGJkjwv3vgF8M8m3dkruZdWsZxWKuIty1oDNRS34WKo\/jnYRvHlDtxZ8ScxMhrwCYv0yAOIR75DA24BOp2ir9Wi20ASH6KH1nLFKlPwAOF3bVN\/0ZBWwoTbrj0xo\/fXL5JshjV8XYNdFO3SJvoVzO4N15u\/W9VE3A7pXfV5+giYKeemWegSfXLQ4+pRuiWb9j7kPOZzVOUnqaHEkGZAZ1tmsdvLomidMTbQIDAQAB", "default_locale": "en", "host_permissions": [ "https:\/\/app.factorialhr.com\/*", "https:\/\/api.factorialhr.com\/*" ], "permissions": [ "activeTab", "scripting", "storage" ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Autofill Factorial", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/app.factorialhr.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] }