Broadcast Carthike
An automation extension for sending messages Carthike - Shopify
ما هو Broadcast Carthike؟
Broadcast Carthike هو إضافة Chrome تم تطويرها بواسطة HelpNinja، والميزة الرئيسية لها هي "An automation extension for sending messages Carthike - Shopify".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Broadcast Carthike
قم بتنزيل ملفات الامتداد Broadcast Carthike بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Send automated important messages for Shopify معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة سياسة الخصوصية | 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'"
} | |