Legendary Seller Keyword Finder
Legendary Seller Keyword Finder Extension for Google Chrome
Co to jest Legendary Seller Keyword Finder?
Legendary Seller Keyword Finder to rozszerzenie Chrome opracowane przez https://legendaryseller.com, a jego główną funkcją jest „Legendary Seller Keyword Finder Extension for Google Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Legendary Seller Keyword Finder
Pobierz pliki rozszerzeń Legendary Seller Keyword Finder 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
Legendary Seller Keyword Finder is a tool for those on LegendarySeller.com with an account. Go to sign-up at LegendarySeller.com to get an account.
Podstawowe informacje o rozszerzeniu
Nazwa | Legendary Seller Keyword Finder |
ID | fdedlfmbbkkiegikmmdnbdlfkdgldkok |
Oficjalny URL | https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok |
Opis | Legendary Seller Keyword Finder Extension for Google Chrome |
Rozmiar pliku | 43.82 KB |
Liczba instalacji | 539 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2019-11-26 |
Data Publikacji | 2019-11-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://legendaryseller.com |
Typ Płatności | free |
Strona Rozszerzenia | http://legendaryseller.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Legendary Seller Keyword Finder", "version": "1.0.6", "manifest_version": 2, "description": "Legendary Seller Keyword Finder Extension for Google Chrome", "background": { "scripts": [ "\/js\/jquery-2.1.4.min.js", "\/js\/core.js" ] }, "permissions": [ "*:\/\/*.amazon.com\/", "*:\/\/*.amazon.co.uk\/", "*:\/\/*.legendaryseller.com\/" ], "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ https:\/\/fonts.googleapis.com\/; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.legendaryseller.com\/keyword\/find-keyword" ], "js": [ "js\/content.js" ] } ], "icons": { "128": "icon.png" }, "externally_connectable": { "matches": [ "https:\/\/legendaryseller.com\/*" ] } } |