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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://affiliaters.in
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}