WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Autofill Factorial

Autofill Factorial

View on Chrome Web Store
View Autofill Factorial Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically fill your monthly work schedule and save time effortlessly!
Type
Extension
Users
668 users
6
susomejias
View author page of susomejias
Published
Published on December 13, 2024
Version 1.0.3
Manifest version
3
Updated
Updated on August 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Autofill Factorial Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top