Amazon Easy (easysell.in)

Checks URL and redirects as required.

Amazon Easy (easysell.in)とは何ですか?

Amazon Easy (easysell.in)はeasysell.inによって開発されたChromeの拡張機能で、その主な機能は「Checks URL and redirects as required.」です。

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

screenshot

Amazon Easy (easysell.in)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is used for showing logout option to logout from store.                    

拡張機能の基本情報

名前 Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
公式URL https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
説明 Checks URL and redirects as required.
ファイルサイズ 73.8 KB
インストール数 464
現在のバージョン 2.0
最終更新日 2020-06-04
公開日 2020-06-04
評価 1.00/5 合計 1 レビュー
開発者 easysell.in
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Easy (easysell.in)",
    "version": "2.0",
    "description": "Checks URL and redirects as required.",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/store.amazon.in\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "16.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}