Ecomobi Generate Link tool

Smart Generate Link By Ecomobi

什么是Ecomobi Generate Link tool?

Ecomobi Generate Link tool是由Ecomobi开发的Chrome扩展程序,该扩展的主要功能是“Smart Generate Link By Ecomobi”。

扩展截图

screenshot
screenshot
screenshot

下载Ecomobi Generate Link tool扩展crx文件

下载Ecomobi Generate Link tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A powerful tool for Publisher! 

"Ecomobi generate link tool" helps you quickly generate affiliate link when you access Advertiser's website.

Promote affiliate links wherever you want and earn commissions with Ecomobi!                    

扩展基本信息

名称 Ecomobi Generate Link tool Ecomobi Generate Link tool
ID kjkkbdiohnhbmkhakgijojkpbfjdigip
官方URL https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip
简介 Smart Generate Link By Ecomobi
文件大小 1.57 MB
安装次数 1,000
当前版本 1.6
更新时间 2019-07-05
上架时间 2019-07-05
评分 5.00/5 共1次评分
开发者 Ecomobi
付费类型 free
扩展官网 https://ecomobi.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecomobi Generate Link tool",
    "version": "1.6",
    "description": "Smart Generate Link By Ecomobi",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.12.4.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/favico.png",
        "default_title": "T\u1ea1o link nhanh",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/favico.png",
        "16": "images\/favico.png",
        "48": "images\/favico.png"
    },
    "web_accessible_resources": [
        "images\/favico.png"
    ],
    "manifest_version": 2
}