Invite cleanup for Google+™

Removes hangout invites from your profile

Cos'è Invite cleanup for Google+™?

Invite cleanup for Google+™ è un'estensione di Chrome sviluppata da Tzafrir Rehan, e la sua funzione principale è "Removes hangout invites from your profile".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Invite cleanup for Google+™

Scarica i file di estensione Invite cleanup for Google+™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
URL Ufficiale https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Descrizione Removes hangout invites from your profile
Dimensione del File 599 KB
Conteggio Installazioni 31
Versione Corrente 0.1.2
Ultimo Aggiornamento 2013-01-04
Data di Pubblicazione 2013-01-03
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Tzafrir Rehan
Tipo di Pagamento free
Lingue Supportate 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'"
}