Getting Started Example
Build an Extension!
Getting Started Example là gì?
Getting Started Example là một tiện ích mở rộng Chrome được phát triển bởi rasedavijapura, và tính năng chính của nó là "Build an Extension!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Getting Started Example
Tải xuống các tệp mở rộng Getting Started Example dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
URL Chính Thức | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Mô tả | Build an Extension! |
Kích Thước Tệp | 7.28 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-12-02 |
Ngày Phát Hành | 2021-10-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | rasedavijapura |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.bulkmessenger365.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |