ProcFu for GlobiFlow
Make using ProcFu remote post scripts easier in the GlobiFlow flow builder
ProcFu for GlobiFlow क्या है?
ProcFu for GlobiFlow https://procfu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make using ProcFu remote post scripts easier in the GlobiFlow flow builder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ProcFu for GlobiFlow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ProcFu is a hosted collection of scripts that make GlobiFlow for Podio better. The browser extension simplifies adding and troubleshooting Remote POST actions in GlobiFlow that utilize ProcFu scripts.
एक्सटेंशन की मूल जानकारी
नाम | ProcFu for GlobiFlow |
ID | jpplggeamninpolmceelnkafpcegigam |
आधिकारिक URL | https://chromewebstore.google.com/detail/procfu-for-globiflow/jpplggeamninpolmceelnkafpcegigam |
विवरण | Make using ProcFu remote post scripts easier in the GlobiFlow flow builder |
फ़ाइल का आकार | 250 KB |
स्थापना संख्या | 820 |
वर्तमान संस्करण | 1.2.16 |
अंतिम अपडेट | 2022-07-06 |
प्रकाशन तिथि | 2020-03-10 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://procfu.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://globi.ca/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Globi Web Solutions", "name": "ProcFu for GlobiFlow", "description": "Make using ProcFu remote post scripts easier in the GlobiFlow flow builder", "version": "1.2.16", "icons": { "32": "pf_icon_32.png", "48": "pf_icon_48.png", "128": "pf_icon_128.png" }, "permissions": [ "storage", "tabs", "cookies", "https:\/\/workflow-automation.podio.com\/", "https:\/\/procfu.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/workflow-automation.podio.com\/configureflow.php*" ], "js": [ "jquery.min.js", "procfu.js", "pfToken.js", "pfSelector.js", "pfConnect.js", "pfStep.js", "pfFunction.js", "pfEditor.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/procfu.lcldev.globi.ca\/settings.php*", "https:\/\/*.procfu.com\/settings.php*", "https:\/\/procfu.com\/settings.php*", "https:\/\/procfu.lcldev.globi.ca\/account\/settings\/*", "https:\/\/*.procfu.com\/account\/settings\/*", "https:\/\/procfu.com\/account\/settings\/*" ], "js": [ "pf2.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "pf_icon_32.png", "default_popup": "pfOptions.html" }, "web_accessible_resources": [ "jquery.min.js" ] } |