TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
Cos'è TabIt - G Keep : Productivity in Access?
TabIt - G Keep : Productivity in Access è un'estensione di Chrome sviluppata da TabIt, e la sua funzione principale è "Provides quick access to Google Keep - right in browser action pop-up".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabIt - G Keep : Productivity in Access
Scarica i file di estensione TabIt - G Keep : Productivity in Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mlgblhjjbecaeiocopmpceegpdeflmke |
| URL Ufficiale | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
| Descrizione | Provides quick access to Google Keep - right in browser action pop-up |
| Dimensione del File | 65.61 KB |
| Conteggio Installazioni | 889 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2021-09-17 |
| Data di Pubblicazione | 2018-12-20 |
| Valutazione | 3.36/5 Totale 11 Valutazioni |
| Sviluppatore | TabIt |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |