Free Gmail™ eCards by cloudHQ

Beautiful email eCards accessible directly from Gmail.

Free Gmail™ eCards by cloudHQคืออะไร?

Free Gmail™ eCards by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-ecards.com และคุณลักษณะหลักของมันคือ "Beautiful email eCards accessible directly from Gmail."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Most eCard senders are saddened to find out that their eCards are often never even opened by the recipient. 

Too often, ecards are found in spam folders with gibberish subject titles, where email recipients have to open their email only to find an access code to view their eCard on other website. 

We think that system is broken. So we fixed it. 

With Free Gmail eCards by cloudHQ, your email recipient won't need to go to any other website to claim their eCard, and it won't get lost in their spam folder, either. 

You'll be able to create your ecard directly within Gmail, and your ecard recipient will be able to receive it right within their email too—where their email can be any email address, not just Gmail. 

Here is how it works:

1. Install the extension
2. Open your Gmail and start composing an email 
3. Select your eCard
4. Edit the message
5. Hit Send!

Special Features:
✔️ No third party website to visit—works right within Gmail
✔️ Cute GIFs in your eCards
✔️ 100s of eCards for every occasion, every event, and every holiday
✔️ New eCards added every week
✔️ Express emotions on world events, holidays and occasions
✔️ Best eCard system to actually get received! 

cloudHQ. Helping your productivity, 1 click at a time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free Gmail™ eCards by cloudHQ Free Gmail™ eCards by cloudHQ
ID fjgnndpknpkejoboifploockfklildoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-gmail-ecards-by-clou/fjgnndpknpkejoboifploockfklildoh
คำอธิบาย Beautiful email eCards accessible directly from Gmail.
ขนาดไฟล์ 212 KB
จำนวนการติดตั้ง 11,866
เวอร์ชันปัจจุบัน 1.0.0.4
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2020-05-12
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.gmail-ecards.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmail-ecards.com/
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/gmail-ecards
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.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "install_extension.html"
    ],
    "name": "Free Gmail\u2122 eCards by cloudHQ",
    "short_name": "Free Gmail\u2122 eCards by cloudHQ",
    "browser_action": {
        "default_icon": "icons\/gmail_ecards.png"
    },
    "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"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_gmail_ecards.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_ecards_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.4",
    "description": "Beautiful email eCards accessible directly from Gmail.",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}