Getting Started Example
Build an Extension!
什么是Getting Started Example?
Getting Started Example是由rasedavijapura开发的Chrome扩展程序,该扩展的主要功能是“Build an Extension!”。
扩展截图
下载Getting Started Example扩展crx文件
下载Getting Started Example扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send bulk auto message to multiple mobile number without adding in contact. It's very fast and easy to use. Send WhatsApp messages to a single user to multiple users in bulk without saving number.WA Messenger is the best WhatsApp Marketing Software.Software for WhatsApp Web. Send Message to whatsApp FREE Trial for the first 2 days.
扩展基本信息
名称 | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
官方URL | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
简介 | Build an Extension! |
文件大小 | 7.28 KB |
安装次数 | 46 |
当前版本 | 1.1 |
更新时间 | 2021-12-02 |
上架时间 | 2021-10-19 |
评分 | 5.00/5 共1次评分 |
开发者 | rasedavijapura |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.bulkmessenger365.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getting Started Example", "description": "Build an Extension!", "version": "1.1", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "myscript.js" ] } ] } |