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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } } |