Google Drive Notifications
Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.
Google Drive Notificationsとは何ですか?
Google Drive Notificationsはfarahbaracatによって開発されたChromeの拡張機能で、その主な機能は「Awaiting for new viewers on your Google Doc? Save your time, we will do that for you.」です。
拡張機能のスクリーンショット
Google Drive Notifications拡張機能のCRXファイルをダウンロード
Google Drive Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The badge displays the current number of viewers on the opened Google Doc and is updated automatically. It also comes with a notification sound.
拡張機能の基本情報
名前 | Google Drive Notifications |
ID | igbodggmfmjehmnebcneffdbljecknmi |
公式URL | https://chromewebstore.google.com/detail/google-drive-notification/igbodggmfmjehmnebcneffdbljecknmi |
説明 | Awaiting for new viewers on your Google Doc? Save your time, we will do that for you. |
ファイルサイズ | 159 KB |
インストール数 | 250 |
現在のバージョン | 2.2 |
最終更新日 | 2015-06-21 |
公開日 | 2015-06-21 |
開発者 | farahbaracat |
支払い方法 | free |
対応言語 | 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\/*" ] } |