Broadcast Carthike

An automation extension for sending messages Carthike - Shopify

Broadcast Carthikeคืออะไร?

Broadcast Carthike เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelpNinja และคุณลักษณะหลักของมันคือ "An automation extension for sending messages Carthike - Shopify"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broadcast Carthike

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

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

                        Send automated important messages for Shopify                    

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

ชื่อ Broadcast Carthike Broadcast Carthike
ID hpkckpbnbdidimeoffiohnhfmjcplpli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/broadcast-carthike/hpkckpbnbdidimeoffiohnhfmjcplpli
คำอธิบาย An automation extension for sending messages Carthike - Shopify
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-01-19
วันที่เผยแพร่ 2015-06-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา HelpNinja
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.shopify.com/whatsapp-abandoned-cart
URL หน้านโยบายความเป็นส่วนตัว http://helpninja.com/unsub/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "An automation extension for sending messages Carthike - Shopify",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/*.carthike.com\/*",
        "storage",
        "notifications",
        "gcm"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/*.carthike.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "version": "1.3.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}