TabIt - G Keep : Productivity in Access

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

Apa itu TabIt - G Keep : Productivity in Access?

TabIt - G Keep : Productivity in Access adalah ekstensi Chrome yang dikembangkan oleh TabIt, dan fitur utamanya adalah "Provides quick access to Google Keep - right in browser action pop-up".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TabIt - G Keep : Productivity in Access

Unduh file ekstensi TabIt - G Keep : Productivity in Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TabIt - G Keep : Productivity in Access TabIt - G Keep : Productivity in Access
ID mlgblhjjbecaeiocopmpceegpdeflmke
URL Resmi https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke
Deskripsi Provides quick access to Google Keep - right in browser action pop-up
Ukuran File 65.61 KB
Jumlah Instalasi 889
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2021-09-17
Tanggal Publikasi 2018-12-20
Penilaian 3.36/5 Total 11 Penilaian
Pengembang TabIt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}