Broadcast Carthike
An automation extension for sending messages Carthike - Shopify
Wat is Broadcast Carthike?
Broadcast Carthike is een Chrome-extensie ontwikkeld door HelpNinja, en de belangrijkste functie is "An automation extension for sending messages Carthike - Shopify".
Extensie Screenshots
Download het CRX-bestand van de extensie Broadcast Carthike
Download Broadcast Carthike-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Send automated important messages for Shopify Basisinformatie over de Extensie
| Naam | |
| ID | hpkckpbnbdidimeoffiohnhfmjcplpli |
| Officiële URL | https://chromewebstore.google.com/detail/broadcast-carthike/hpkckpbnbdidimeoffiohnhfmjcplpli |
| Beschrijving | An automation extension for sending messages Carthike - Shopify |
| Bestandsgrootte | 253 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2022-01-19 |
| Publicatiedatum | 2015-06-25 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | HelpNinja |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://apps.shopify.com/whatsapp-abandoned-cart |
| URL van de Privacybeleid Pagina | http://helpninja.com/unsub/privacy |
| Ondersteunde Talen | 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'"
} | |