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" ] } } |