Ecomobi Generate Link tool

Smart Generate Link By Ecomobi

ما هو Ecomobi Generate Link tool؟

Ecomobi Generate Link tool هو إضافة Chrome تم تطويرها بواسطة Ecomobi، والميزة الرئيسية لها هي "Smart Generate Link By Ecomobi".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ecomobi Generate Link tool

قم بتنزيل ملفات الامتداد Ecomobi Generate Link tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}