Send To WebHook

Send link, image or selected text to webhooks by filters

Send To WebHook là gì?

Send To WebHook là một tiện ích mở rộng Chrome được phát triển bởi Eric Fan, và tính năng chính của nó là "Send link, image or selected text to webhooks by filters".

Ả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 Send To WebHook

Tải xuống các tệp mở rộng Send To WebHook 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

                        This extension allows you to configure multiple webhook based on url and/or the selections                    

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

Tên Send To WebHook Send To WebHook
ID hoglpfllfgiennflpdodjpaaecpfodpe
URL Chính Thức https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe
Mô tả Send link, image or selected text to webhooks by filters
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 727
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2019-06-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Eric Fan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send To WebHook",
    "version": "1.7.0",
    "description": "Send link, image or selected text to webhooks by filters",
    "background": {
        "page": "index.html?page=background"
    },
    "browser_action": {
        "default_popup": "index.html?page=popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_ui": {
        "page": "index.html?page=options",
        "chrome_style": true
    }
}