Affiliaters.in

This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.

ما هو Affiliaters.in؟

Affiliaters.in هو إضافة Chrome تم تطويرها بواسطة https://www.affiliaters.in، والميزة الرئيسية لها هي "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Affiliaters.in

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

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

                        We are Providing this extension to our user who is using affiliaters.in. A tool to provide all the possible way to help in affiliater for there affiliate marketing. We are helping them to convert url to there own affiliate url.

Sharing there post/ marketing matterial to whatsapp (Unlimited groups/broadcast), Telegram channels (Unlimited), Twitter and many other features too.

Join us and save your time for your family.                    

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

الاسم Affiliaters.in Affiliaters.in
ID deeanjhpmnanhbhidpgpbljbafhpekef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef
الوصف This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
حجم الملف 73.06 KB
عدد التثبيتات 83
النسخة الحالية 1.0.0.5
آخر تحديث 2020-07-18
تاريخ النشر 2020-04-19
تقييم 5.00/5 مجموع تقييمات 4
المطور https://www.affiliaters.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://affiliaters.in
عنوان صفحة المساعدة https://affiliaters.in
عنوان صفحة سياسة الخصوصية https://affiliaters.in
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affiliaters.in",
    "version": "1.0.0.5",
    "description": "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": {
        "name": "Govind Tiwari",
        "email": "[email protected]"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "contentRequest.js"
            ],
            "matches": [
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/www.amazon.in\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "https:\/\/afltrs.in\/*",
        "https:\/\/app.affiliaters.in\/*"
    ],
    "browser_action": {
        "default_title": "Created By Govind Tiwari <3",
        "default_popup": "popup.html"
    }
}