Auto Accept

A browser Extension which locks incoming cases

What is Auto Accept?

Auto Accept is a Chrome extension developed by seposwatdevelopers, and its main feature is "A browser Extension which locks incoming cases".

Extension Screenshots

screenshot

Download Auto Accept Extension CRX File

Download Auto Accept extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It is an internal tool for employees to increase the productivity. Perform an  click event on buttons popups in a webpage automatically. Used to automatically lock the tasks popups in a webpage to the employees.                    

Extension Basic Information

Name Auto Accept Auto Accept
ID dfjbjopjjapbanohpdnagalchfjkdfmo
Official URL https://chromewebstore.google.com/detail/auto-accept/dfjbjopjjapbanohpdnagalchfjkdfmo
Description A browser Extension which locks incoming cases
File Size 38.34 KB
Installation Count 230
Current Version 1.1
Last Updated 2023-10-05
Publish Date 2023-09-13
Rating 5.00/5 Total 1 Ratings
Developer seposwatdevelopers
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Accept",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Rahul R(mzrmm@)",
    "description": " A browser Extension which locks incoming cases",
    "action": {
        "default_popup": "Accept.html",
        "default-icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/paragon-na.amazon.com\/hz\/*",
        "https:\/\/paragon-eu.amazon.com\/hz\/*",
        "https:\/\/paragon-fe.amazon.com\/hz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paragon-na.amazon.com\/hz\/*",
                "https:\/\/paragon-eu.amazon.com\/hz\/*",
                "https:\/\/paragon-fe.amazon.com\/hz\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}