ProcFu for GlobiFlow
Make using ProcFu remote post scripts easier in the GlobiFlow flow builder
ProcFu for GlobiFlowとは何ですか?
ProcFu for GlobiFlowはhttps://procfu.comによって開発されたChromeの拡張機能で、その主な機能は「Make using ProcFu remote post scripts easier in the GlobiFlow flow builder」です。
拡張機能のスクリーンショット
ProcFu for GlobiFlow拡張機能のCRXファイルをダウンロード
ProcFu for GlobiFlow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |