eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

eBay.in Affiliate Link Generatorとは何ですか?

eBay.in Affiliate Link GeneratorはeBay India Affiliatesによって開発されたChromeの拡張機能で、その主な機能は「Get your deeplink directly from the eBay.in page.」です。

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

screenshot
screenshot
screenshot

eBay.in Affiliate Link Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Get your deeplink directly from the eBay.in page.                    

拡張機能の基本情報

名前 eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
公式URL https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
説明 Get your deeplink directly from the eBay.in page.
ファイルサイズ 36.37 KB
インストール数 1,523
現在のバージョン 0.2
最終更新日 2018-01-02
公開日 2018-01-02
評価 5.00/5 合計 12 レビュー
開発者 eBay India Affiliates
支払い方法 free
拡張機能のウェブサイト https://ebayindia.hasoffers.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay.in Affiliate Link Generator",
    "short_name": "eBay Links",
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "eBay.in Affiliate Link Generator"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.in\/*",
                "http:\/\/www.ebay.in\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}