Remove All Gmail Labels

Removes all Gmail labels currently.

Remove All Gmail Labels क्या है?

Remove All Gmail Labels nestor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all Gmail labels currently."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove All Gmail Labels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        USE IT AT YOUR OWN RISK!

Click on the icon. If you are not in the Gmail settings label page, a pop up will warn you. If you are in the right page another pop up will warn you about the fact that this extension will delete all your labels.

I needed to remove all labels from an imported Outlook PST that contained over 1000 labels. I created this extension to aid on migrating corporate users from Outlook into Gmail.                    

एक्सटेंशन की मूल जानकारी

नाम Remove All Gmail Labels Remove All Gmail Labels
ID caigojobjenlkjdkdjbmgofcejkgdpll
आधिकारिक URL https://chromewebstore.google.com/detail/remove-all-gmail-labels/caigojobjenlkjdkdjbmgofcejkgdpll
विवरण Removes all Gmail labels currently.
फ़ाइल का आकार 461 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-01-12
प्रकाशन तिथि 2019-01-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर nestor
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "remove-all-gmail-labels128.png",
        "default_title": "Remove all Gmail labels"
    },
    "description": "Removes all Gmail labels currently.",
    "icons": {
        "128": "remove-all-gmail-labels128.png",
        "48": "remove-all-gmail-labels48.png"
    },
    "manifest_version": 2,
    "name": "Remove All Gmail Labels",
    "short_name": "RAGL",
    "permissions": [
        "tabs",
        "https:\/\/mail.google.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}