Invite cleanup for Google+™
Removes hangout invites from your profile
Wat is Invite cleanup for Google+™?
Invite cleanup for Google+™ is een Chrome-extensie ontwikkeld door Tzafrir Rehan, en de belangrijkste functie is "Removes hangout invites from your profile".
Extensie Screenshots
Download het CRX-bestand van de extensie Invite cleanup for Google+™
Download Invite cleanup for Google+™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Invite cleanup for Google+™ |
ID | mioppcmoibpcebmdjbkfjbppkecbocdh |
Officiële URL | https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh |
Beschrijving | Removes hangout invites from your profile |
Bestandsgrootte | 599 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2013-01-04 |
Publicatiedatum | 2013-01-03 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tzafrir Rehan |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |