Gmail Button by cloudHQ
Create a button in your email to get more clicks with Gmail Button
Gmail Button by cloudHQ란 무엇입니까?
Gmail Button by cloudHQ은(는) https://www.gmail-button.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a button in your email to get more clicks with Gmail Button"입니다.
확장 프로그램 스크린샷
Gmail Button by cloudHQ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Did you know that you have 67% more of a chance that someone will click on a button in your email, than if you sent them a simple link? With Gmail Button, you can create a button easily in about 30 seconds. You'll be able to make sure that your button has its own: ✅ URL link ✅ Background color ✅ Text color ✅ Border color ✅ Border size This is great for sending people to your: ✔️ Blog Post ✔️ Website ✔️ Pricing page ✔️ YouTube movie ✔️ Meeting Scheduler *Pro Tip: Try Gmail Meeting Scheduler for Gmail: https://chrome.google.com/webstore/detail/meeting-scheduler-for-gma/dibjpgjiefaibdinijeddhaiiphfhejp ✔️ An Amazon product page link ✔️ Anywhere else you want people to go cloudHQ. Helping your productivity, 1 click at a time.
확장 프로그램 기본 정보
이름 | Gmail Button by cloudHQ |
ID | bpcebgbjhnmhmjdgiofmphaplgpfkpco |
공식 URL | https://chromewebstore.google.com/detail/gmail-button-by-cloudhq/bpcebgbjhnmhmjdgiofmphaplgpfkpco |
설명 | Create a button in your email to get more clicks with Gmail Button |
파일 크기 | 175 KB |
설치 횟수 | 33,858 |
현재 버전 | 1.0.0.3 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2020-05-09 |
평점 | 4.46/5 총 48 개의 평점 |
개발자 | https://www.gmail-button.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.gmail-button.com/ |
도움말 페이지 URL | https://support.cloudhq.net |
개인정보 보호 정책 페이지 URL | https://www.cloudhq.net/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net", "web_accessible_resources": [ "javascripts\/*", "icons\/*", "*" ], "name": "Gmail Button by cloudHQ", "short_name": "Gmail Button by cloudHQ", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "browser_action": { "default_icon": "icons\/gmail_elements.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/jquery-3.3.1.min.js", "javascripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/main_gmail_elements.css" ], "include_globs": [], "js": [ "javascripts\/tribute.js", "javascripts\/inboxsdk.js", "javascripts\/main_gmail_elements_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "version": "1.0.0.3", "description": "Create a button in your email to get more clicks with Gmail Button", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |