Send To WebHook

Send link, image or selected text to webhooks by filters

What is Send To WebHook?

Send To WebHook is a Chrome extension developed by Eric Fan, and its main feature is "Send link, image or selected text to webhooks by filters".

Extension Screenshots

screenshot
screenshot

Download Send To WebHook Extension CRX File

Download Send To WebHook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Send To WebHook Send To WebHook
ID hoglpfllfgiennflpdodjpaaecpfodpe
Official URL https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe
Description Send link, image or selected text to webhooks by filters
File Size 233 KB
Installation Count 727
Current Version 1.7.0
Last Updated 2023-12-06
Publish Date 2019-06-26
Rating 5.00/5 Total 3 Ratings
Developer Eric Fan
Email [email protected]
Payment Type free
Supported Languages 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
    }
}