Remove All Gmail Labels

Removes all Gmail labels currently.

Remove All Gmail Labelsคืออะไร?

Remove All Gmail Labels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nestor และคุณลักษณะหลักของมันคือ "Removes all Gmail labels currently."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove All Gmail Labels

ดาวน์โหลดไฟล์ส่วนขยาย Remove All Gmail Labels ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}