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 |
公式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 |
Eメール | [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" } } |