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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-button.com และคุณลักษณะหลักของมันคือ "Create a button in your email to get more clicks with Gmail Button"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Button by cloudHQ

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

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

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