Send To WebHook
Send link, image or selected text to webhooks by filters
Co to jest Send To WebHook?
Send To WebHook to rozszerzenie Chrome opracowane przez Eric Fan, a jego główną funkcją jest „Send link, image or selected text to webhooks by filters”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Send To WebHook
Pobierz pliki rozszerzeń Send To WebHook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to configure multiple webhook based on url and/or the selections Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hoglpfllfgiennflpdodjpaaecpfodpe |
| Oficjalny URL | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
| Opis | Send link, image or selected text to webhooks by filters |
| Rozmiar pliku | 233 KB |
| Liczba instalacji | 727 |
| Aktualna Wersja | 1.7.0 |
| Ostatnia Aktualizacja | 2023-12-06 |
| Data Publikacji | 2019-06-26 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Eric Fan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
} | |