Invite cleanup for Google+™
Removes hangout invites from your profile
Apa itu Invite cleanup for Google+™?
Invite cleanup for Google+™ adalah ekstensi Chrome yang dikembangkan oleh Tzafrir Rehan, dan fitur utamanya adalah "Removes hangout invites from your profile".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Invite cleanup for Google+™
Unduh file ekstensi Invite cleanup for Google+™ 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
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.
Informasi Dasar Ekstensi
Nama | Invite cleanup for Google+™ |
ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
URL Resmi | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
Deskripsi | Removes hangout invites from your profile |
Ukuran File | 599 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2013-01-04 |
Tanggal Publikasi | 2013-01-03 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Tzafrir Rehan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |