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.

¿Qué es Native Current - Keyword Database?

Native Current - Keyword Database es una extensión de Chrome desarrollada por https://www.nativecurrent.com, y su función principal es "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Native Current - Keyword Database

Descarga archivos de extensión Native Current - Keyword Database en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
URL Oficial https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Descripción The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 2,429
Versión Actual 9.0.1
Última Actualización 2023-05-22
Fecha de Publicación 2020-06-25
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://www.nativecurrent.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.nativecurrent.com/privacy
Idiomas Soportados 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\/*"
        ]
    }
}