Affiliaters.in
This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
什麼是Affiliaters.in?
Affiliaters.in是由https://www.affiliaters.in開發的Chrome擴展程式,該擴展的主要功能是“This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.”。
擴展截圖
下載Affiliaters.in擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | deeanjhpmnanhbhidpgpbljbafhpekef |
官方網址 | 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" } } |