Loop
Trigger Zapier workflow and loop back response.
什么是Loop?
Loop是由https://henrichabrand.com开发的Chrome扩展程序,该扩展的主要功能是“Trigger Zapier workflow and loop back response.”。
扩展截图
下载Loop扩展crx文件
下载Loop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Loop is a Chrome Extension that lets you trigger Zapier workflow and loop back result directly in your browser! Loop lets you extract valuable information from any website and push it to Zapier. You can as well add notes and screenshots of the page you're on. You can use those information to post a message on Slack or create a card on Trello for example. In another hand, the loopback Action lets you send rich notification to the Loop Chrome Extension – allowing you to be notify by one of your workflow when completed, or to get an instant result from a search step of Zapier. You can use Markdown and :emoji: to customize easily your loopback notification.
扩展基本信息
名称 | Loop |
ID | aoccnobecmopgekhnaaoepdggjonjpka |
官方URL | https://chromewebstore.google.com/detail/loop/aoccnobecmopgekhnaaoepdggjonjpka |
简介 | Trigger Zapier workflow and loop back response. |
文件大小 | 19.67 MB |
安装次数 | 1,071 |
当前版本 | 1.0.9 |
更新时间 | 2019-12-10 |
上架时间 | 2019-12-09 |
评分 | 4.00/5 共5次评分 |
开发者 | https://henrichabrand.com |
付费类型 | free |
扩展官网 | https://www.producthunt.com/posts/loop-10 |
隐私政策页面URL | https://sites.google.com/view/loop-extension/home |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loop", "version": "1.0.9", "description": "Trigger Zapier workflow and loop back response.", "icons": { "16": "src\/img\/infinity.png" }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/*\/*", "identity" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com\/ https:\/\/ssl.google-analytics.com\/ https:\/\/maxcdn.bootstrapcdn.com\/*\/* 'unsafe-eval' ; object-src 'self';", "content_scripts": [ { "js": [ "src\/js\/jquery.js", "src\/js\/libphonenumber-max.js" ], "matches": [ "https:\/\/*\/*\/" ] } ], "background": { "persistent": true, "scripts": [ "src\/js\/jquery.js", "src\/js\/firebase.js", "src\/js\/background.js" ] }, "browser_action": { "default_title": "Loop", "default_popup": "main.html" }, "author": [ "Henri Chabrand" ], "oauth2": { "client_id": "550373075524-oequs0c61n66q8c6d3a985h30hrc1m1r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "openid" ] } } |