Send To WebHook
Send link, image or selected text to webhooks by filters
ما هو Send To WebHook؟
Send To WebHook هو إضافة Chrome تم تطويرها بواسطة Eric Fan، والميزة الرئيسية لها هي "Send link, image or selected text to webhooks by filters".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send To WebHook
قم بتنزيل ملفات الامتداد Send To WebHook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } } |