Legendary Seller Keyword Finder
Legendary Seller Keyword Finder Extension for Google Chrome
O que é Legendary Seller Keyword Finder?
Legendary Seller Keyword Finder é uma extensão do Chrome desenvolvida por https://legendaryseller.com, e sua principal característica é "Legendary Seller Keyword Finder Extension for Google Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Legendary Seller Keyword Finder
Baixe arquivos de extensão Legendary Seller Keyword Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Legendary Seller Keyword Finder |
ID | fdedlfmbbkkiegikmmdnbdlfkdgldkok |
URL Oficial | https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok |
Descrição | Legendary Seller Keyword Finder Extension for Google Chrome |
Tamanho do Arquivo | 43.82 KB |
Contagem de Instalações | 539 |
Versão Atual | 1.0.6 |
Última Atualização | 2019-11-26 |
Data de Publicação | 2019-11-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://legendaryseller.com |
Tipo de Pagamento | free |
Site da Extensão | http://legendaryseller.com/ |
Idiomas Suportados | 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\/*" ] } } |