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 |
Eメール | [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" ] } ] } |