TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
Wat is TabIt - G Keep : Productivity in Access?
TabIt - G Keep : Productivity in Access is een Chrome-extensie ontwikkeld door TabIt, en de belangrijkste functie is "Provides quick access to Google Keep - right in browser action pop-up".
Extensie Screenshots
Download het CRX-bestand van de extensie TabIt - G Keep : Productivity in Access
Download TabIt - G Keep : Productivity in Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mlgblhjjbecaeiocopmpceegpdeflmke |
| Officiële URL | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
| Beschrijving | Provides quick access to Google Keep - right in browser action pop-up |
| Bestandsgrootte | 65.61 KB |
| Aantal Installaties | 889 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2021-09-17 |
| Publicatiedatum | 2018-12-20 |
| Beoordeling | 3.36/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | TabIt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |