Business Messenger
Easily manage contacting pages and people
什么是Business Messenger?
Business Messenger是由Rupert's Tools开发的Chrome扩展程序,该扩展的主要功能是“Easily manage contacting pages and people”。
扩展截图
下载Business Messenger扩展crx文件
下载Business Messenger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily manage contacting pages and people with customised formulated messages, phrases and emojis. You can also make the messages personal with names! Just compose your messages, gather a list of friends you want to message set the timers and start! 扩展基本信息
| 名称 | |
| ID | idgncpfoimfmfadndgpiecfcamkneejg |
| 官方URL | https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg |
| 简介 | Easily manage contacting pages and people |
| 文件大小 | 114 KB |
| 安装次数 | 62 |
| 当前版本 | 1.6.1 |
| 更新时间 | 2019-12-23 |
| 上架时间 | 2019-12-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Rupert's Tools |
| 付费类型 | free |
| 隐私政策页面URL | https://www.rupertsamuel.com/pages/privacy-policy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Business Messenger",
"version": "1.6.1",
"description": "Easily manage contacting pages and people",
"permissions": [
"storage",
"activeTab",
"https:\/\/eumetric.com\/*",
"https:\/\/m.facebook.com\/*",
"https:\/\/www.facebook.com\/*"
],
"background": {
"scripts": [
"jquery-3.3.1.js",
"background.js",
"licencing.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/6.png"
}
},
"icons": {
"128": "images\/6.png"
},
"manifest_version": 2
} | |