Send To WebHook

Send link, image or selected text to webhooks by filters

Qu'est-ce que Send To WebHook ?

Send To WebHook est une extension Chrome développée par Eric Fan, et sa fonction principale est "Send link, image or selected text to webhooks by filters".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Send To WebHook

Téléchargez les fichiers d'extension Send To WebHook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Send To WebHook Send To WebHook
ID hoglpfllfgiennflpdodjpaaecpfodpe
URL Officiel https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe
Description Send link, image or selected text to webhooks by filters
Taille du Fichier 233 KB
Nombre d'Installations 727
Version Actuelle 1.7.0
Dernière Mise à Jour 2023-12-06
Date de Publication 2019-06-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur Eric Fan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}