TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
Was ist TabIt - G Keep : Productivity in Access?
TabIt - G Keep : Productivity in Access ist eine Chrome-Erweiterung, die von TabIt entwickelt wurde, und ihr Hauptmerkmal ist "Provides quick access to Google Keep - right in browser action pop-up".
Erweiterungsscreenshots
TabIt - G Keep : Productivity in Access-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabIt - G Keep : Productivity in Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mlgblhjjbecaeiocopmpceegpdeflmke |
| Offizielle URL | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
| Beschreibung | Provides quick access to Google Keep - right in browser action pop-up |
| Dateigröße | 65.61 KB |
| Installationsanzahl | 889 |
| Aktuelle Version | 1.4.1 |
| Letztes Update | 2021-09-17 |
| Veröffentlichungsdatum | 2018-12-20 |
| Bewertung | 3.36/5 Insgesamt 11 Bewertungen |
| Entwickler | TabIt |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |