ClickFix for Ontraport
Helps you find input/select field ID and Name easily
ClickFix for Ontraport là gì?
ClickFix for Ontraport là một tiện ích mở rộng Chrome được phát triển bởi ClickFix, và tính năng chính của nó là "Helps you find input/select field ID and Name easily".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClickFix for Ontraport
Tải xuống các tệp mở rộng ClickFix for Ontraport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ClickFix for Ontraport |
ID | pemplgddodlclkbejdbfehpphfpcgfcc |
URL Chính Thức | https://chromewebstore.google.com/detail/clickfix-for-ontraport/pemplgddodlclkbejdbfehpphfpcgfcc |
Mô tả | Helps you find input/select field ID and Name easily |
Kích Thước Tệp | 683 KB |
Số Lần Cài Đặt | 278 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-01-19 |
Ngày Phát Hành | 2019-01-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ClickFix |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://clickfix.io |
URL Trang Trợ Giúp | https://app.clickfix.io/help-center/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |