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.

Wat is Native Current - Keyword Database?

Native Current - Keyword Database is een Chrome-extensie ontwikkeld door https://www.nativecurrent.com, en de belangrijkste functie is "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Native Current - Keyword Database

Download Native Current - Keyword Database-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Officiële URL https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Beschrijving The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Bestandsgrootte 100 KB
Aantal Installaties 2,429
Huidige Versie 9.0.1
Laatst Bijgewerkt 2023-05-22
Publicatiedatum 2020-06-25
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.nativecurrent.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.nativecurrent.com/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}