Native Current - Keyword Database
The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Что такое Native Current - Keyword Database?
Native Current - Keyword Database - это расширение Chrome, разработанное https://www.nativecurrent.com, и его основная функция - "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".
Снимки экрана расширения
Скачать файл CRX расширения Native Current - Keyword Database
Скачайте файлы расширений Native Current - Keyword Database в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The keyword search database that works on every site you do. Access all of your team's searches without leaving the website you're working on by typing a relevant term in any search field.
Основная информация о расширении
Название | Native Current - Keyword Database |
ID | fmmhkmjlnoopgelhjpcckfgdnjbhgfde |
Официальный URL | https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde |
Описание | The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field. |
Размер файла | 100 KB |
Количество установок | 2,429 |
Текущая Версия | 9.0.1 |
Последнее Обновление | 2023-05-22 |
Дата публикации | 2020-06-25 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | https://www.nativecurrent.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.nativecurrent.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Native Current - Keyword Database", "description": "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.", "version": "9.0.1", "manifest_version": 3, "icons": { "16": "nc_icon.png", "128": "nc_icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "optional_permissions": [ "tabs" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background-script.js" }, "action": { "default_title": "Options" }, "externally_connectable": { "matches": [ "https:\/\/extensions.nativecurrent.com\/*" ] } } |