Invite cleanup for Google+™

Removes hangout invites from your profile

Invite cleanup for Google+™ là gì?

Invite cleanup for Google+™ là một tiện ích mở rộng Chrome được phát triển bởi Tzafrir Rehan, và tính năng chính của nó là "Removes hangout invites from your profile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Invite cleanup for Google+™

Tải xuống các tệp mở rộng Invite cleanup for Google+™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Invite cleanup for Google+™ Invite cleanup for Google+™
ID mioppcmoibpcebmdjbkfjbppkecbocdh
URL Chính Thức https://chromewebstore.google.com/detail/invite-cleanup-for-google/mioppcmoibpcebmdjbkfjbppkecbocdh
Mô tả Removes hangout invites from your profile
Kích Thước Tệp 599 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2013-01-04
Ngày Phát Hành 2013-01-03
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tzafrir Rehan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}