Invite cleanup for Google+™
Removes hangout invites from your profile
Invite cleanup for Google+™ क्या है?
Invite cleanup for Google+™ Tzafrir Rehan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes hangout invites from your profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Invite cleanup for Google+™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |