Affiliaters.in

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

Affiliaters.in là gì?

Affiliaters.in là một tiện ích mở rộng Chrome được phát triển bởi https://www.affiliaters.in, và tính năng chính của nó là "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Affiliaters.in

Tải xuống các tệp mở rộng Affiliaters.in dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Affiliaters.in Affiliaters.in
ID deeanjhpmnanhbhidpgpbljbafhpekef
URL Chính Thức https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef
Mô tả This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
Kích Thước Tệp 73.06 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2020-07-18
Ngày Phát Hành 2020-04-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.affiliaters.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://affiliaters.in
URL Trang Trợ Giúp https://affiliaters.in
URL Trang Chính Sách Bảo Mật https://affiliaters.in
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}