Send to Zapier

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

Send to Zapierคืออะไร?

Send to Zapier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Manager Plus และคุณลักษณะหลักของมันคือ "Export all text, images, titles and send to a Zapier webhook to trigger a zap."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Zapier

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}