Invite cleanup for Google+™

Removes hangout invites from your profile

Что такое Invite cleanup for Google+™?

Invite cleanup for Google+™ - это расширение Chrome, разработанное Tzafrir Rehan, и его основная функция - "Removes hangout invites from your profile".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Invite cleanup for Google+™

Скачайте файлы расширений Invite cleanup for Google+™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
Официальный URL https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Описание Removes hangout invites from your profile
Размер файла 599 KB
Количество установок 31
Текущая Версия 0.1.2
Последнее Обновление 2013-01-04
Дата публикации 2013-01-03
Рейтинг 3.00/5 Всего 1 оценок
Разработчик Tzafrir Rehan
Тип оплаты free
Поддерживаемые языки 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'"
}