whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

whatsapp-chrome-ext là gì?

whatsapp-chrome-ext là một tiện ích mở rộng Chrome được phát triển bởi http://idanizi.com, và tính năng chính của nó là "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng whatsapp-chrome-ext

Tải xuống các tệp mở rộng whatsapp-chrome-ext 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

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Mô tả Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Kích Thước Tệp 2.43 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-07-18
Ngày Phát Hành 2020-07-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://idanizi.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/idanizi/whatsapp-chrome-ext
URL Trang Trợ Giúp https://github.com/idanizi/whatsapp-chrome-ext/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}