ProcFu for GlobiFlow

Make using ProcFu remote post scripts easier in the GlobiFlow flow builder

ProcFu for GlobiFlowคืออะไร?

ProcFu for GlobiFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://procfu.com และคุณลักษณะหลักของมันคือ "Make using ProcFu remote post scripts easier in the GlobiFlow flow builder"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProcFu for GlobiFlow

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}