Broadcast Carthike
An automation extension for sending messages Carthike - Shopify
Cos'è Broadcast Carthike?
Broadcast Carthike è un'estensione di Chrome sviluppata da HelpNinja, e la sua funzione principale è "An automation extension for sending messages Carthike - Shopify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Broadcast Carthike
Scarica i file di estensione Broadcast Carthike in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Send automated important messages for Shopify
Informazioni di Base sull'Estensione
Nome | Broadcast Carthike |
ID | hpkckpbnbdidimeoffiohnhfmjcplpli |
URL Ufficiale | https://chromewebstore.google.com/detail/broadcast-carthike/hpkckpbnbdidimeoffiohnhfmjcplpli |
Descrizione | An automation extension for sending messages Carthike - Shopify |
Dimensione del File | 253 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2022-01-19 |
Data di Pubblicazione | 2015-06-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | HelpNinja |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://apps.shopify.com/whatsapp-abandoned-cart |
URL della Pagina della Politica sulla Privacy | http://helpninja.com/unsub/privacy |
Lingue Supportate | 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'" } |