Send To WebHook
Send link, image or selected text to webhooks by filters
Wat is Send To WebHook?
Send To WebHook is een Chrome-extensie ontwikkeld door Eric Fan, en de belangrijkste functie is "Send link, image or selected text to webhooks by filters".
Extensie Screenshots
Download het CRX-bestand van de extensie Send To WebHook
Download Send To WebHook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to configure multiple webhook based on url and/or the selections Basisinformatie over de Extensie
| Naam | |
| ID | hoglpfllfgiennflpdodjpaaecpfodpe |
| Officiële URL | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
| Beschrijving | Send link, image or selected text to webhooks by filters |
| Bestandsgrootte | 233 KB |
| Aantal Installaties | 727 |
| Huidige Versie | 1.7.0 |
| Laatst Bijgewerkt | 2023-12-06 |
| Publicatiedatum | 2019-06-26 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Eric Fan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |