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
}