Broadcast Carthike
An automation extension for sending messages Carthike - Shopify
Broadcast Carthikeとは何ですか?
Broadcast CarthikeはHelpNinjaによって開発されたChromeの拡張機能で、その主な機能は「An automation extension for sending messages Carthike - Shopify」です。
拡張機能のスクリーンショット
Broadcast Carthike拡張機能のCRXファイルをダウンロード
Broadcast Carthike拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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'"
} | |