Invite cleanup for Google+™

Removes hangout invites from your profile

Vad är Invite cleanup for Google+™?

Invite cleanup for Google+™ är en Chrome-tillägg utvecklad av Tzafrir Rehan, och dess huvudfunktion är "Removes hangout invites from your profile".

Tilläggsskärmbilder

screenshot

Ladda ner Invite cleanup for Google+™-förlängningens CRX-fil

Ladda ner Invite cleanup for Google+™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
Officiell webbadress https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Beskrivning Removes hangout invites from your profile
Filstorlek 599 KB
Antal Installationer 31
Aktuell Version 0.1.2
Senast Uppdaterad 2013-01-04
Publiceringsdatum 2013-01-03
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Tzafrir Rehan
Betalningssätt free
Stödda Språk 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'"
}