ClickFix for Ontraport

Helps you find input/select field ID and Name easily

Qu'est-ce que ClickFix for Ontraport ?

ClickFix for Ontraport est une extension Chrome développée par ClickFix, et sa fonction principale est "Helps you find input/select field ID and Name easily".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ClickFix for Ontraport

Téléchargez les fichiers d'extension ClickFix for Ontraport 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

                        The ClickFix plugin will let you :

Highlight :

Field names and Field IDs on an Ontraport Page
Bumps IDs on an Ontraport Page
Columns IDs on an Ontraport Page
Elements IDs on an Ontraport Page

Use Shortcuts in Ontraport :

decide your own key combinations
use the SAVE button via Ctrl + S in Ontraport
get the cursor to the search box by using Ctrl + Shift + F in Ontraport
go to the previous page using Ctrl + Backspace
clone current page using Ctrl + Shift + U

Requires a (free) ClickFix account : https://clickfix.io

Last Updates :
- fixed an issue with shortcuts not functionning in some version of Chrome                    

Informations de Base sur l'Extension

Nom ClickFix for Ontraport ClickFix for Ontraport
ID pemplgddodlclkbejdbfehpphfpcgfcc
URL Officiel https://chromewebstore.google.com/detail/clickfix-for-ontraport/pemplgddodlclkbejdbfehpphfpcgfcc
Description Helps you find input/select field ID and Name easily
Taille du Fichier 683 KB
Nombre d'Installations 278
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-01-19
Date de Publication 2019-01-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur ClickFix
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clickfix.io
URL de la Page d'Aide https://app.clickfix.io/help-center/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClickFix for Ontraport",
    "version": "1.0.2",
    "description": "Helps you find input\/select field ID and Name easily",
    "browser_action": {
        "default_title": "Start",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "32": "images\/icon32.png",
            "128": "images\/icon.jpg"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "page\/page.css"
            ],
            "js": [
                "page\/page.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}