Send to Zapier
Export all text, images, titles and send to a Zapier webhook to trigger a zap.
什麼是Send to Zapier?
Send to Zapier是由Tab Manager Plus開發的Chrome擴展程式,該擴展的主要功能是“Export all text, images, titles and send to a Zapier webhook to trigger a zap.”。
擴展截圖
下載Send to Zapier擴展crx文件
下載Send to Zapier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Uploads the contents of the current page to Zapier. This will send all links, image links and titles to a webhook zap that you have already configured. Updates : ★ Version 1.0.3 - Option now to add page info to every found item - Better height/width check for background images ★ Version 1.0.2 - Localisations added for German and Polish languages ★ Version 1.0.1 - You can add a comment now to be sent with the webhook - You can now toggle links, image links and titles to be sent with your request ★★★★★ Please enjoy this free extension and rate it if you like it Legal: This extension is not affiliated with Zapier in any kind or form. This extension does not store or transmit any data to 3rd party providers except the Zapier webhook url you provide.
擴展基本資訊
名稱 | Send to Zapier |
ID | dlnfhjomiohlofjojepbnnfdmafikelc |
官方網址 | https://chromewebstore.google.com/detail/send-to-zapier/dlnfhjomiohlofjojepbnnfdmafikelc |
簡介 | Export all text, images, titles and send to a Zapier webhook to trigger a zap. |
檔案大小 | 197 KB |
安裝次數 | 524 |
目前版本 | 1.0.3 |
更新時間 | 2022-02-15 |
上架時間 | 2018-07-23 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Tab Manager Plus |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
支援的語言 | de,en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "default_locale": "en", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "author": "stefanXO", "icons": { "512": "images\/upload.png" }, "permissions": [ "activeTab", "https:\/\/hooks.zapier.com\/*" ], "browser_action": { "default_icon": { "512": "images\/upload.png" }, "default_popup": "popup.html" } } |