ClickFix for Ontraport

Helps you find input/select field ID and Name easily

ClickFix for Ontraportとは何ですか?

ClickFix for OntraportはClickFixによって開発されたChromeの拡張機能で、その主な機能は「Helps you find input/select field ID and Name easily」です。

拡張機能のスクリーンショット

screenshot

ClickFix for Ontraport拡張機能のCRXファイルをダウンロード

ClickFix for Ontraport拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 ClickFix for Ontraport ClickFix for Ontraport
ID pemplgddodlclkbejdbfehpphfpcgfcc
公式URL https://chromewebstore.google.com/detail/clickfix-for-ontraport/pemplgddodlclkbejdbfehpphfpcgfcc
説明 Helps you find input/select field ID and Name easily
ファイルサイズ 683 KB
インストール数 278
現在のバージョン 1.0.2
最終更新日 2019-01-19
公開日 2019-01-15
評価 5.00/5 合計 1 レビュー
開発者 ClickFix
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://clickfix.io
ヘルプページのURL https://app.clickfix.io/help-center/
対応言語 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"
    ]
}