Remove All Gmail Labels
Removes all Gmail labels currently.
Remove All Gmail Labels란 무엇입니까?
Remove All Gmail Labels은(는) nestor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes all Gmail labels currently."입니다.
확장 프로그램 스크린샷
Remove All Gmail Labels 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |