Ecomobi Generate Link tool

Smart Generate Link By Ecomobi

Vad är Ecomobi Generate Link tool?

Ecomobi Generate Link tool är en Chrome-tillägg utvecklad av Ecomobi, och dess huvudfunktion är "Smart Generate Link By Ecomobi".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ecomobi Generate Link tool-förlängningens CRX-fil

Ladda ner Ecomobi Generate Link tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Ecomobi Generate Link tool Ecomobi Generate Link tool
ID kjkkbdiohnhbmkhakgijojkpbfjdigip
Officiell webbadress https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip
Beskrivning Smart Generate Link By Ecomobi
Filstorlek 1.57 MB
Antal Installationer 1,000
Aktuell Version 1.6
Senast Uppdaterad 2019-07-05
Publiceringsdatum 2019-07-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Ecomobi
Betalningssätt free
Tilläggswebbplats https://ecomobi.com/
Stödda Språk 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
}