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 |
官方網址 | 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" ] } ] } |