Broadcast Carthike

An automation extension for sending messages Carthike - Shopify

What is Broadcast Carthike?

Broadcast Carthike is a Chrome extension developed by HelpNinja, and its main feature is "An automation extension for sending messages Carthike - Shopify".

Extension Screenshots

screenshot
screenshot

Download Broadcast Carthike Extension CRX File

Download Broadcast Carthike extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Send automated important messages for Shopify                    

Extension Basic Information

Name Broadcast Carthike Broadcast Carthike
ID hpkckpbnbdidimeoffiohnhfmjcplpli
Official URL https://chromewebstore.google.com/detail/broadcast-carthike/hpkckpbnbdidimeoffiohnhfmjcplpli
Description An automation extension for sending messages Carthike - Shopify
File Size 253 KB
Installation Count 17
Current Version 1.3.0
Last Updated 2022-01-19
Publish Date 2015-06-25
Rating 5.00/5 Total 2 Ratings
Developer HelpNinja
Email [email protected]
Payment Type free
Extension Website https://apps.shopify.com/whatsapp-abandoned-cart
Privacy Policy Page URL http://helpninja.com/unsub/privacy
Supported Languages 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'"
}