Send To WebHook
Send link, image or selected text to webhooks by filters
Send To WebHook란 무엇입니까?
Send To WebHook은(는) Eric Fan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send link, image or selected text to webhooks by filters"입니다.
확장 프로그램 스크린샷
Send To WebHook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to configure multiple webhook based on url and/or the selections
확장 프로그램 기본 정보
이름 | Send To WebHook |
ID | hoglpfllfgiennflpdodjpaaecpfodpe |
공식 URL | https://chromewebstore.google.com/detail/send-to-webhook/hoglpfllfgiennflpdodjpaaecpfodpe |
설명 | Send link, image or selected text to webhooks by filters |
파일 크기 | 233 KB |
설치 횟수 | 727 |
현재 버전 | 1.7.0 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2019-06-26 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Eric Fan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } } |