Send To WebHook

Send link, image or selected text to webhooks by filters

Send To WebHook क्या है?

Send To WebHook Eric Fan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send link, image or selected text to webhooks by filters"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send To WebHook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Send To WebHook Send To WebHook
ID hoglpfllfgiennflpdodjpaaecpfodpe
आधिकारिक URL https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe
विवरण Send link, image or selected text to webhooks by filters
फ़ाइल का आकार 233 KB
स्थापना संख्या 727
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2023-12-06
प्रकाशन तिथि 2019-06-26
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Eric Fan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}