TabIt - G Keep : Productivity in Access

Provides quick access to Google Keep - right in browser action pop-up

Co to jest TabIt - G Keep : Productivity in Access?

TabIt - G Keep : Productivity in Access to rozszerzenie Chrome opracowane przez TabIt, a jego główną funkcją jest „Provides quick access to Google Keep - right in browser action pop-up”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TabIt - G Keep : Productivity in Access

Pobierz pliki rozszerzeń TabIt - G Keep : Productivity in Access 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

                        This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa TabIt - G Keep : Productivity in Access TabIt - G Keep : Productivity in Access
ID mlgblhjjbecaeiocopmpceegpdeflmke
Oficjalny URL https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke
Opis Provides quick access to Google Keep - right in browser action pop-up
Rozmiar pliku 65.61 KB
Liczba instalacji 889
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2021-09-17
Data Publikacji 2018-12-20
Ocena 3.36/5 Łącznie 11 Oceny
Deweloper TabIt
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TabIt - G Keep",
    "name": "TabIt - G Keep : Productivity in Access",
    "version": "1.4.1",
    "description": "Provides quick access to Google Keep - right in browser action pop-up",
    "icons": {
        "512": "images\/logo512.png",
        "128": "images\/logo128.png",
        "48": "images\/logo48.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "images\/logo512.png",
            "128": "images\/logo128.png",
            "48": "images\/logo48.png"
        },
        "default_title": "TabIt - G Keep",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/keep.google.com\/*",
        "notifications",
        "management"
    ]
}