eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

ما هو eBay.in Affiliate Link Generator؟

eBay.in Affiliate Link Generator هو إضافة Chrome تم تطويرها بواسطة eBay India Affiliates، والميزة الرئيسية لها هي "Get your deeplink directly from the eBay.in page.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة eBay.in Affiliate Link Generator

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

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

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