Google Drive Notifications
Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.
Co to jest Google Drive Notifications?
Google Drive Notifications to rozszerzenie Chrome opracowane przez farahbaracat, a jego główną funkcją jest „Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Drive Notifications
Pobierz pliki rozszerzeń Google Drive Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The badge displays the current number of viewers on the opened Google Doc and is updated automatically. It also comes with a notification sound.
Podstawowe informacje o rozszerzeniu
Nazwa | Google Drive Notifications |
ID | igbodggmfmjehmnebcneffdbljecknmi |
Oficjalny URL | https://chromewebstore.google.com/detail/google-drive-notification/igbodggmfmjehmnebcneffdbljecknmi |
Opis | Awaiting for new viewers on your Google Doc? Save your time, we will do that for you. |
Rozmiar pliku | 159 KB |
Liczba instalacji | 250 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2015-06-21 |
Data Publikacji | 2015-06-21 |
Deweloper | farahbaracat |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |