Google Drive Notifications
Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.
Wat is Google Drive Notifications?
Google Drive Notifications is een Chrome-extensie ontwikkeld door farahbaracat, en de belangrijkste functie is "Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Drive Notifications
Download Google Drive Notifications-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
The badge displays the current number of viewers on the opened Google Doc and is updated automatically. It also comes with a notification sound.
Basisinformatie over de Extensie
Naam | Google Drive Notifications |
ID | igbodggmfmjehmnebcneffdbljecknmi |
Officiële URL | https://chromewebstore.google.com/detail/google-drive-notification/igbodggmfmjehmnebcneffdbljecknmi |
Beschrijving | Awaiting for new viewers on your Google Doc? Save your time, we will do that for you. |
Bestandsgrootte | 159 KB |
Aantal Installaties | 250 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2015-06-21 |
Publicatiedatum | 2015-06-21 |
Ontwikkelaar | farahbaracat |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Drive Notifications", "short_name": "Google Drive", "description": "Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.", "version": "2.2", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/d\/*" ], "js": [ "jquery-2.1.4.js", "ContentScript.js" ] } ], "browser_action": { "default_icon": "drive1.png", "default_popup": "popup.html", "default_title": "" }, "background": { "scripts": [ "jquery-2.1.4.js", "background.js" ] }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/", "https:\/\/docs.google.com\/document\/d\/*" ] } |