ProcFu for GlobiFlow

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

Qu'est-ce que ProcFu for GlobiFlow ?

ProcFu for GlobiFlow est une extension Chrome développée par https://procfu.com, et sa fonction principale est "Make using ProcFu remote post scripts easier in the GlobiFlow flow builder".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ProcFu for GlobiFlow

Téléchargez les fichiers d'extension ProcFu for GlobiFlow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ProcFu for GlobiFlow ProcFu for GlobiFlow
ID jpplggeamninpolmceelnkafpcegigam
URL Officiel https://chromewebstore.google.com/detail/procfu-for-globiflow/jpplggeamninpolmceelnkafpcegigam
Description Make using ProcFu remote post scripts easier in the GlobiFlow flow builder
Taille du Fichier 250 KB
Nombre d'Installations 820
Version Actuelle 1.2.16
Dernière Mise à Jour 2022-07-06
Date de Publication 2020-03-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://procfu.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://globi.ca/privacy.php
Langues Prises en Charge 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"
    ]
}