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 |
公式URL | 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 |
Eメール | [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" } } |