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'est-ce que Native Current - Keyword Database ?

Native Current - Keyword Database est une extension Chrome développée par https://www.nativecurrent.com, et sa fonction principale est "The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Native Current - Keyword Database

Téléchargez les fichiers d'extension Native Current - Keyword Database au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
URL Officiel https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Description The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Taille du Fichier 100 KB
Nombre d'Installations 2,429
Version Actuelle 9.0.1
Dernière Mise à Jour 2023-05-22
Date de Publication 2020-06-25
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://www.nativecurrent.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.nativecurrent.com/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}