CMDann Amazon Auto Affiliate
Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
Co to jest CMDann Amazon Auto Affiliate?
CMDann Amazon Auto Affiliate to rozszerzenie Chrome opracowane przez https://cmdann.ca, a jego główną funkcją jest „Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CMDann Amazon Auto Affiliate
Pobierz pliki rozszerzeń CMDann Amazon Auto Affiliate 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
This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.
Podstawowe informacje o rozszerzeniu
Nazwa | CMDann Amazon Auto Affiliate |
ID | jneeghfiklllajlfkgbfnhidfdjgepff |
Oficjalny URL | https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff |
Opis | Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info. |
Rozmiar pliku | 14.35 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 2.9.1 |
Ostatnia Aktualizacja | 2013-08-09 |
Data Publikacji | 2013-08-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://cmdann.ca |
Typ Płatności | free |
Strona Rozszerzenia | http://cmdann.ca |
Adres URL Strony Pomocy | http://cmdann.ca |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CMDann Amazon Auto Affiliate", "version": "2.9.1", "manifest_version": 2, "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.", "page_action": { "default_icon": "icon.png", "default_title": "Thank you for supporting CMDann.ca" }, "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.amazon.ca\/*", "tabs" ], "background": { "scripts": [ "myscript.js" ] } } |