Affiliaters.in
This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.
Hvad er Affiliaters.in?
Affiliaters.in er en Chrome-udvidelse udviklet af https://www.affiliaters.in, og dens hovedfunktion er "This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically.".
Udvidelsesskærmbilleder
Download Affiliaters.in-udvidelses-CRX-fil
Download Affiliaters.in-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | deeanjhpmnanhbhidpgpbljbafhpekef |
Officiel URL | https://chrome.google.com/webstore/detail/affiliatersin/deeanjhpmnanhbhidpgpbljbafhpekef |
Beskrivelse | This is a Full on Automatic Affiliaters Package.We Provide One Click converter to your affiliate link automatically. |
Filstørrelse | 73.06 KB |
Antal Installationer | 83 |
Nuværende Version | 1.0.0.5 |
Senest Opdateret | 2020-07-18 |
Udgivelsesdato | 2020-04-19 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://www.affiliaters.in |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://affiliaters.in |
Hjælpeside-URL | https://affiliaters.in |
URL til Fortrolighedspolitik Side | https://affiliaters.in |
Understøttede Sprog | 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" } } |