Amazon Publisher Studio Extension Beta
This is the official Amazon Associates extension for Chrome
Co to jest Amazon Publisher Studio Extension Beta?
Amazon Publisher Studio Extension Beta to rozszerzenie Chrome opracowane przez Amazon Associates, a jego główną funkcją jest „This is the official Amazon Associates extension for Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Publisher Studio Extension Beta
Pobierz pliki rozszerzeń Amazon Publisher Studio Extension Beta 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
The Amazon Publisher Studio Extension Beta for Chrome helps Amazon associates to add links to products on Amazon directly from your Blog or content management systems (CMS), without the need to visit Associates Central to get links. One can also share affiliate links on popular social media platforms like Facebook, Twitter, LinkedIn and YouTube. Features -------- - Add affiliate text links in 2-steps - No need to visit Associates Central or Amazon to get affiliate links - Works on Blogger and WordPress platforms. - Create shortened affiliate links, directly on Facebook, Twitter, LinkedIn and YouTube. - Create direct links to search results and Amazon home page Email us with your feedback at [email protected] By installing you are agreeing to the Terms of Use located at https://affiliate-program.amazon.com/gp/associates/help/t102.
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Publisher Studio Extension Beta |
ID | clihldpfnfandacppigjpkmkaaemlfie |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-publisher-studio-e/clihldpfnfandacppigjpkmkaaemlfie |
Opis | This is the official Amazon Associates extension for Chrome |
Rozmiar pliku | 542 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 0.700 |
Ostatnia Aktualizacja | 2015-07-30 |
Data Publikacji | 2015-07-30 |
Ocena | 4.13/5 Łącznie 70 Oceny |
Deweloper | Amazon Associates |
Typ Płatności | free |
Strona Rozszerzenia | https://affiliate-program.amazon.com |
Adres URL Strony Pomocy | https://affiliate-program.amazon.com/gp/associates/help/t103 |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Publisher Studio Extension Beta", "description": "This is the official Amazon Associates extension for Chrome", "homepage_url": "https:\/\/affiliate-program.amazon.com", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "incognito": "split", "browser_action": { "default_title": "Amazon Publisher Studio 2.0 Beta", "default_icon": "img\/icon-38.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/config.js", "js\/chrome.background.js", "js\/cms_configs.js", "js\/auth.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "version": "0.700", "manifest_version": 2 } |