Legendary Seller Keyword Finder
Legendary Seller Keyword Finder Extension for Google Chrome
Что такое Legendary Seller Keyword Finder?
Legendary Seller Keyword Finder - это расширение Chrome, разработанное https://legendaryseller.com, и его основная функция - "Legendary Seller Keyword Finder Extension for Google Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Legendary Seller Keyword Finder
Скачайте файлы расширений Legendary Seller Keyword Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Legendary Seller Keyword Finder |
ID | fdedlfmbbkkiegikmmdnbdlfkdgldkok |
Официальный URL | https://chromewebstore.google.com/detail/legendary-seller-keyword/fdedlfmbbkkiegikmmdnbdlfkdgldkok |
Описание | Legendary Seller Keyword Finder Extension for Google Chrome |
Размер файла | 43.82 KB |
Количество установок | 539 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2019-11-26 |
Дата публикации | 2019-11-26 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://legendaryseller.com |
Тип оплаты | free |
Официальный сайт расширения | http://legendaryseller.com/ |
Поддерживаемые языки | 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\/*" ] } } |