Invite cleanup for Google+™
Removes hangout invites from your profile
Was ist Invite cleanup for Google+™?
Invite cleanup for Google+™ ist eine Chrome-Erweiterung, die von Tzafrir Rehan entwickelt wurde, und ihr Hauptmerkmal ist "Removes hangout invites from your profile".
Erweiterungsscreenshots
Invite cleanup for Google+™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Invite cleanup for Google+™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Invite cleanup for Google+™ |
ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
Offizielle URL | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
Beschreibung | Removes hangout invites from your profile |
Dateigröße | 599 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2013-01-04 |
Veröffentlichungsdatum | 2013-01-03 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tzafrir Rehan |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |