Send To WebHook
Send link, image or selected text to webhooks by filters
Vad är Send To WebHook?
Send To WebHook är en Chrome-tillägg utvecklad av Eric Fan, och dess huvudfunktion är "Send link, image or selected text to webhooks by filters".
Tilläggsskärmbilder
Ladda ner Send To WebHook-förlängningens CRX-fil
Ladda ner Send To WebHook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to configure multiple webhook based on url and/or the selections Grundläggande Information om Tillägg
| Namn | |
| ID | hoglpfllfgiennflpdodjpaaecpfodpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
| Beskrivning | Send link, image or selected text to webhooks by filters |
| Filstorlek | 233 KB |
| Antal Installationer | 727 |
| Aktuell Version | 1.7.0 |
| Senast Uppdaterad | 2023-12-06 |
| Publiceringsdatum | 2019-06-26 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Eric Fan |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |