Refined Zapier

Simplifies the Zapier interface and adds useful features

Wat is Refined Zapier?

Refined Zapier is een Chrome-extensie ontwikkeld door Zach Waterfield, en de belangrijkste functie is "Simplifies the Zapier interface and adds useful features".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Refined Zapier

Download Refined Zapier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simplifies the Zapier interface and adds useful features

Highlights:
- Folder searching
- Commit messages
- On Zap row hover show the Zap steps in a tooltip
- Improved sidebar styling
- Improved Zap list styling
- Prevention of publishing a Zap without a name
- And much more coming soon…

See the website for more info.                    

Basisinformatie over de Extensie

Naam Refined Zapier Refined Zapier
ID ffabbmokegdgijnjjkmaanijmpaekmoj
Officiële URL https://chromewebstore.google.com/detail/refined-zapier/ffabbmokegdgijnjjkmaanijmpaekmoj
Beschrijving Simplifies the Zapier interface and adds useful features
Bestandsgrootte 474 KB
Aantal Installaties 190
Huidige Versie 0.0.9
Laatst Bijgewerkt 2021-05-12
Publicatiedatum 2021-05-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Zach Waterfield
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zlwaterfield/refined-zapier
Help Pagina-URL https://github.com/zlwaterfield/refined-zapier
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Zapier",
    "version": "0.0.9",
    "description": "Simplifies the Zapier interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/zlwaterfield\/refined-zapier",
    "manifest_version": 2,
    "minimum_chrome_version": "88",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/zapier.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/zapier.com\/*"
            ],
            "css": [
                "build\/refined-zapier.css"
            ],
            "js": [
                "build\/browser-polyfill.js",
                "build\/refined-zapier.js"
            ]
        }
    ],
    "web_accessible_resources": []
}