Google Drive Notifications
Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.
Apa itu Google Drive Notifications?
Google Drive Notifications adalah ekstensi Chrome yang dikembangkan oleh farahbaracat, dan fitur utamanya adalah "Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Drive Notifications
Unduh file ekstensi Google Drive Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The badge displays the current number of viewers on the opened Google Doc and is updated automatically. It also comes with a notification sound.
Informasi Dasar Ekstensi
Nama | Google Drive Notifications |
ID | igbodggmfmjehmnebcneffdbljecknmi |
URL Resmi | https://chromewebstore.google.com/detail/google-drive-notification/igbodggmfmjehmnebcneffdbljecknmi |
Deskripsi | Awaiting for new viewers on your Google Doc? Save your time, we will do that for you. |
Ukuran File | 159 KB |
Jumlah Instalasi | 250 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2015-06-21 |
Tanggal Publikasi | 2015-06-21 |
Pengembang | farahbaracat |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |