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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export all text, images, titles and send to a Zapier webhook to trigger a zap."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send to Zapier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}