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"
            ]
        }
    ]
}