Invite cleanup for Google+™

Removes hangout invites from your profile

Co je Invite cleanup for Google+™?

Invite cleanup for Google+™ je rozšíření Chrome vyvinuté Tzafrir Rehan, a jeho hlavní funkcí je „Removes hangout invites from your profile“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Invite cleanup for Google+™

Stáhněte si soubory rozšíření Invite cleanup for Google+™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
Oficiální URL https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Popis Removes hangout invites from your profile
Velikost souboru 599 KB
Počet instalací 31
Aktuální Verze 0.1.2
Poslední Aktualizace 2013-01-04
Datum Vydání 2013-01-03
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář Tzafrir Rehan
Typ Platby free
Podporované Jazyky 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'"
}