Loop
Trigger Zapier workflow and loop back response.
Loop क्या है?
Loop https://henrichabrand.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trigger Zapier workflow and loop back response."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Loop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |