Auto Accept

A browser Extension which locks incoming cases

Auto Acceptとは何ですか?

Auto Acceptはseposwatdevelopersによって開発されたChromeの拡張機能で、その主な機能は「A browser Extension which locks incoming cases」です。

拡張機能のスクリーンショット

screenshot

Auto Accept拡張機能のCRXファイルをダウンロード

Auto Accept拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Auto Accept Auto Accept
ID dfjbjopjjapbanohpdnagalchfjkdfmo
公式URL https://chromewebstore.google.com/detail/auto-accept/dfjbjopjjapbanohpdnagalchfjkdfmo
説明 A browser Extension which locks incoming cases
ファイルサイズ 38.34 KB
インストール数 230
現在のバージョン 1.1
最終更新日 2023-10-05
公開日 2023-09-13
評価 5.00/5 合計 1 レビュー
開発者 seposwatdevelopers
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}