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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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+™ |
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'" } |