Send To WebHook
Send link, image or selected text to webhooks by filters
Cos'è Send To WebHook?
Send To WebHook è un'estensione di Chrome sviluppata da Eric Fan, e la sua funzione principale è "Send link, image or selected text to webhooks by filters".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send To WebHook
Scarica i file di estensione Send To WebHook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to configure multiple webhook based on url and/or the selections
Informazioni di Base sull'Estensione
Nome | Send To WebHook |
ID | hoglpfllfgiennflpdodjpaaecpfodpe |
URL Ufficiale | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
Descrizione | Send link, image or selected text to webhooks by filters |
Dimensione del File | 233 KB |
Conteggio Installazioni | 727 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2023-12-06 |
Data di Pubblicazione | 2019-06-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Eric Fan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |