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
官方網址 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"
            ]
        }
    ]
}