Invite cleanup for Google+™

Removes hangout invites from your profile

Co to jest Invite cleanup for Google+™?

Invite cleanup for Google+™ to rozszerzenie Chrome opracowane przez Tzafrir Rehan, a jego główną funkcją jest „Removes hangout invites from your profile”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Invite cleanup for Google+™

Pobierz pliki rozszerzeń Invite cleanup for Google+™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
Oficjalny URL https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Opis Removes hangout invites from your profile
Rozmiar pliku 599 KB
Liczba instalacji 31
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2013-01-04
Data Publikacji 2013-01-03
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Tzafrir Rehan
Typ Płatności free
Obsługiwane Języki 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'"
}