Send to Zapier
Export all text, images, titles and send to a Zapier webhook to trigger a zap.
O que é Send to Zapier?
Send to Zapier é uma extensão do Chrome desenvolvida por Tab Manager Plus, e sua principal característica é "Export all text, images, titles and send to a Zapier webhook to trigger a zap.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Send to Zapier
Baixe arquivos de extensão Send to Zapier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Send to Zapier |
ID | dlnfhjomiohlofjojepbnnfdmafikelc |
URL Oficial | https://chromewebstore.google.com/detail/send-to-zapier/dlnfhjomiohlofjojepbnnfdmafikelc |
Descrição | Export all text, images, titles and send to a Zapier webhook to trigger a zap. |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 524 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-02-15 |
Data de Publicação | 2018-07-23 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Tab Manager Plus |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Idiomas Suportados | 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" } } |