FUNNER
Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page
什么是FUNNER?
FUNNER是由https://funner.co.il开发的Chrome扩展程序,该扩展的主要功能是“Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page”。
扩展截图
下载FUNNER扩展crx文件
下载FUNNER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fireberry by PowerLink CRM Official WhatsApp Extention.
Send & Recieve whatsapp messages directly from Fireberry interface.
Send template messages, assign contacts, browe contacts by statuse and many more. 扩展基本信息
| 名称 | |
| ID | jkhecbecigibhenciiplohmdnkclhpfk |
| 官方URL | https://chromewebstore.google.com/detail/funner/jkhecbecigibhenciiplohmdnkclhpfk |
| 简介 | Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page |
| 文件大小 | 2.46 MB |
| 安装次数 | 396 |
| 当前版本 | 1.0.0.75 |
| 更新时间 | 2024-03-06 |
| 上架时间 | 2023-02-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://funner.co.il |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://funner.co.il/ |
| 帮助页面URL | https://funner.co.il/contactus/ |
| 隐私政策页面URL | https://funner.co.il/privacy |
| 支持的语言 | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page",
"version": "1.0.0.75",
"manifest_version": 3,
"name": "FUNNER",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-34.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.powerlink.co.il\/*",
"https:\/\/app.fireberry.com\/*",
"*:\/\/*\/*"
],
"js": [
"contentScript.bundle.js",
"toolbar.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png",
"assets\/img\/*",
"assets\/fonts\/*",
"contentScript.bundle.js",
"toolbar.bundle.js",
" | |