Affiliator

Easy affiliate linking

ما هو Affiliator؟

Affiliator هو إضافة Chrome تم تطويرها بواسطة https://www.affiliator.io، والميزة الرئيسية لها هي "Easy affiliate linking".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Affiliator

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

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

                        Affiliator is an extension to access the affiliator.io service, which simplifies the managment of affiliate links for Amazon, iTunes, B&H, eBay, Walmart, Target, Best Buy, Staples, Shopify, Etsy and many more.                    

معلومات أساسية عن التمديد

الاسم Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
عنوان URL الرسمي https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
الوصف Easy affiliate linking
حجم الملف 64.1 KB
عدد التثبيتات 94
النسخة الحالية 0.9.1
آخر تحديث 2017-03-30
تاريخ النشر 2017-03-30
المطور https://www.affiliator.io
نوع الدفع free
موقع الإضافة http://www.affiliator.io
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliator",
    "short_name": "Easy affiliate linking",
    "description": "Easy affiliate linking",
    "version": "0.9.1",
    "homepage_url": "http:\/\/www.affiliator.io",
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "affiliator.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.affiliator.io\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}