Gmail Label and Email Sharing
Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™
Gmail Label and Email Sharing란 무엇입니까?
Gmail Label and Email Sharing은(는) https://www.gmail-label-sharing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™"입니다.
확장 프로그램 스크린샷
Gmail Label and Email Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FREE! Share Gmail labels (and emails) as you would share folders in Google Drive. This is ideal for: - Customer service and support - Sales teams - Legal teams - Hiring / Recruitment - Anyone who wants to share an entire Gmail label with someone else cloudHQ™ allows you to use your Gmail™ as a collaboration tool, without ever having to leave your email screen. Its an amazingly simple way to way to share emails and attachments, assign tasks, and track status of hiring process, support and sales queries. To see what other free Chrome extension services we offer, please visit: https://cloudHQ.net/chrome_extensions Need Help? Email us - [email protected] Support website - http://support.cloudHQ.net
확장 프로그램 기본 정보
이름 | Gmail Label and Email Sharing |
ID | pmmaemmobdmccnfepmkckendmealjapo |
공식 URL | https://chromewebstore.google.com/detail/gmail-label-and-email-sha/pmmaemmobdmccnfepmkckendmealjapo |
설명 | Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™ |
파일 크기 | 176 KB |
설치 횟수 | 25,031 |
현재 버전 | 1.1.0.19 |
최근 업데이트 | 2021-02-25 |
출시 날짜 | 2020-05-11 |
평점 | 4.55/5 총 216 개의 평점 |
개발자 | https://www.gmail-label-sharing.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.gmail-label-sharing.com |
도움말 페이지 URL | https://support.cloudhq.net/category/browser-extensions/gmail-label-and-email-sharing/ |
개인정보 보호 정책 페이지 URL | https://www.cloudhq.net/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "frame-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; script-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net 'sha256-4Owfgr4YKLxuQlNu9nJe9gdriYc1qajVYToKgP\/IAtY='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; ", "web_accessible_resources": [ "javascripts\/*", "html\/*", "icons\/*" ], "browser_action": { "default_icon": "icons\/gmail_label_sharing.png" }, "name": "Gmail Label and Email Sharing", "short_name": "Gmail Label and Email Sharing", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-1.4.4.js", "javascripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] } ], "version": "1.1.0.19", "description": "Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail\u2122", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |