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.

Co to jest Native Current - Keyword Database?

Native Current - Keyword Database to rozszerzenie Chrome opracowane przez https://www.nativecurrent.com, a jego główną funkcją jest „The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Native Current - Keyword Database

Pobierz pliki rozszerzeń Native Current - Keyword Database w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Native Current - Keyword Database Native Current - Keyword Database
ID fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Oficjalny URL https://chromewebstore.google.com/detail/native-current-keyword-da/fmmhkmjlnoopgelhjpcckfgdnjbhgfde
Opis The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.
Rozmiar pliku 100 KB
Liczba instalacji 2,429
Aktualna Wersja 9.0.1
Ostatnia Aktualizacja 2023-05-22
Data Publikacji 2020-06-25
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://www.nativecurrent.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.nativecurrent.com/privacy
Obsługiwane Języki 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\/*"
        ]
    }
}