ProcFu for GlobiFlow

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

¿Qué es ProcFu for GlobiFlow?

ProcFu for GlobiFlow es una extensión de Chrome desarrollada por https://procfu.com, y su función principal es "Make using ProcFu remote post scripts easier in the GlobiFlow flow builder".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ProcFu for GlobiFlow

Descarga archivos de extensión ProcFu for GlobiFlow en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ProcFu for GlobiFlow ProcFu for GlobiFlow
ID jpplggeamninpolmceelnkafpcegigam
URL Oficial https://chromewebstore.google.com/detail/procfu-for-globiflow/jpplggeamninpolmceelnkafpcegigam
Descripción Make using ProcFu remote post scripts easier in the GlobiFlow flow builder
Tamaño del Archivo 250 KB
Cantidad de Instalaciones 820
Versión Actual 1.2.16
Última Actualización 2022-07-06
Fecha de Publicación 2020-03-10
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://procfu.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://globi.ca/privacy.php
Idiomas Soportados 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"
    ]
}