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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |