TabIt - G Keep : Productivity in Access

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

Hvad er TabIt - G Keep : Productivity in Access?

TabIt - G Keep : Productivity in Access er en Chrome-udvidelse udviklet af TabIt, og dens hovedfunktion er "Provides quick access to Google Keep - right in browser action pop-up".

Udvidelsesskærmbilleder

screenshot

Download TabIt - G Keep : Productivity in Access-udvidelses-CRX-fil

Download TabIt - G Keep : Productivity in Access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TabIt - G Keep : Productivity in Access TabIt - G Keep : Productivity in Access
ID mlgblhjjbecaeiocopmpceegpdeflmke
Officiel URL https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke
Beskrivelse Provides quick access to Google Keep - right in browser action pop-up
Filstørrelse 65.61 KB
Antal Installationer 889
Nuværende Version 1.4.1
Senest Opdateret 2021-09-17
Udgivelsesdato 2018-12-20
Bedømmelse 3.36/5 Samlet 11 Bedømmelser
Udvikler TabIt
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}