Invite cleanup for Google+™
Removes hangout invites from your profile
Invite cleanup for Google+™とは何ですか?
Invite cleanup for Google+™はTzafrir Rehanによって開発されたChromeの拡張機能で、その主な機能は「Removes hangout invites from your profile」です。
拡張機能のスクリーンショット
Invite cleanup for Google+™拡張機能のCRXファイルをダウンロード
Invite cleanup for Google+™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension deletes all stale hangout posts from your profile, from the past 5 days. It will not delete hangout posts that have comments on them.
拡張機能の基本情報
名前 | Invite cleanup for Google+™ |
ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
公式URL | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
説明 | Removes hangout invites from your profile |
ファイルサイズ | 599 KB |
インストール数 | 31 |
現在のバージョン | 0.1.2 |
最終更新日 | 2013-01-04 |
公開日 | 2013-01-03 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Tzafrir Rehan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invite cleanup for Google+\u2122", "version": "0.1.2", "background": { "page": "background.html" }, "options_page": "options.html", "description": "Removes hangout invites from your profile", "icons": { "128": "icon128.png", "16": "icon128.png", "32": "icon128.png", "64": "icon128.png" }, "permissions": [ "notifications", "unlimitedStorage", "https:\/\/plus.google.com\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |