Zapier

Save time by automating your work.

Τι είναι το Zapier;

Το Zapier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zapier.com, και η κύρια λειτουργία του είναι "Save time by automating your work.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zapier

Λήψη αρχείων επέκτασης Zapier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Save time by automating your work.

Zapier is a workflow automation platform that supports thousands of the most popular apps. In just a few minutes, you can set up automated workflows (called Zaps) that connect the apps you use most.

You can save webpages to a spreadsheet, add tasks to your to-do list, share articles with your team, automatically reply to new leads, and much more—with no manual work or coding required.

Some things you can do with Zapier
- Save websites to a table so you can keep track of leads, recruits, or real estate
- Look up data from any app and display it in the Chrome extension without having to switch tabs or log into other apps
- Share interesting articles on your social media accounts
- Add items to your to-do list app
- Send a webpage to your colleagues in your messaging app or by email
- Report bugs to your team in your ticketing system
- Discover new ways to automate your favorite tools and save time in the "Suggestions" tab

How to get started
1. Install Zapier's Chrome extension
2. Sign up for Zapier (Zapier has a free forever plan. Paid plans scale with usage.)
3. Click on the Zapier Chrome extension, then click "Create Zap" to build a Zap that will automate the task you want
4. Then, whenever you want to run that workflow, click its button in the Zapier Chrome extension

Pro tip: don't forget to "pin" the Chrome extension so it's easy to access.

What people are saying about Zapier
"I would go as far to say that it has increased my personal efficiency by more than 400 percent."
—Garrett Grohman, Indiegogo

"Zapier helps us to work faster and smarter by removing manual processes. We can now focus on adding a personal touch to our work."
—Olivia Jardine, Meister

"Zapier probably saves me about 10 hours a week, when it comes to running our design operations. If I tap into my math skills, I do believe it’s 25 percent more productive!"
—Lindsey Redinger, InVision

Learn more in our Zapier for Chrome tutorial:
https://zapier.com/apps/zapier-chrome-extension/

Need more info? Checkout our website:
https://zapier.com/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Zapier Zapier
ID ngghlnfmdgnpegcmbpgehkbhkhkbkjpj
Επίσημο URL https://chromewebstore.google.com/detail/zapier/ngghlnfmdgnpegcmbpgehkbhkhkbkjpj
Περιγραφή Save time by automating your work.
Μέγεθος Αρχείου 678 KB
Αριθμός Εγκαταστάσεων 49,126
Τρέχουσα Έκδοση 4.6.9
Τελευταία Ενημέρωση 2024-01-06
Ημερομηνία Δημοσίευσης 2020-06-18
Αξιολόγηση 3.96/5 Συνολικά 122 Αξιολογήσεις
Προγραμματιστής https://zapier.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zapier.com/?utm_medium=push&utm_source=extension&utm_campaign=listing_homepage
Διεύθυνση URL της Σελίδας Βοήθειας https://zapier.com/help/push/?utm_medium=push&utm_source=extension&utm_campaign=listing_support
URL της Σελίδας Πολιτικής Απορρήτου https://zapier.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zapier",
    "description": "Save time by automating your work.",
    "version": "4.6.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "tabs",
        "https:\/\/*.zapier.com\/*"
    ],
    "optional_permissions": [
        "history"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Zapier"
    },
    "web_accessible_resources": [
        "popup.html"
    ]
}