Send to Zapier

Export all text, images, titles and send to a Zapier webhook to trigger a zap.

Send to Zapier là gì?

Send to Zapier là một tiện ích mở rộng Chrome được phát triển bởi Tab Manager Plus, và tính năng chính của nó là "Export all text, images, titles and send to a Zapier webhook to trigger a zap.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Zapier

Tải xuống các tệp mở rộng Send to Zapier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Zapier Send to Zapier
ID dlnfhjomiohlofjojepbnnfdmafikelc
URL Chính Thức https://chromewebstore.google.com/detail/send-to-zapier/dlnfhjomiohlofjojepbnnfdmafikelc
Mô tả Export all text, images, titles and send to a Zapier webhook to trigger a zap.
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 524
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-02-15
Ngày Phát Hành 2018-07-23
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tab Manager Plus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}