Affiliaters.in
This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
Co to jest Affiliaters.in?
Affiliaters.in to rozszerzenie Chrome opracowane przez https://www.affiliaters.in, a jego główną funkcją jest „This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Affiliaters.in
Pobierz pliki rozszerzeń Affiliaters.in w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | deeanjhpmnanhbhidpgpbljbafhpekef |
Oficjalny URL | https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef |
Opis | This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically. |
Rozmiar pliku | 73.06 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 1.0.0.5 |
Ostatnia Aktualizacja | 2020-07-18 |
Data Publikacji | 2020-04-19 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://www.affiliaters.in |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://affiliaters.in |
Adres URL Strony Pomocy | https://affiliaters.in |
Adres URL Strony Polityki Prywatności | https://affiliaters.in |
Obsługiwane Języki | 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" } } |