Ultra Form
株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール
What is Ultra Form?
Ultra Form is a Chrome extension developed by https://ultra-form.code-company.co.jp, and its main feature is "株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール".
Extension Screenshots
Download Ultra Form Extension CRX File
Download Ultra Form extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
------------------------------------------------------------------------------------ お問い合わせフォーム営業自動化ツール - Ultra Form https://code-company.co.jp/ultraform/ ------------------------------------------------------------------------------------ 【概要】 企業HPの問い合わせフォームを用いて営業を行う「問い合わせフォーム営業」をする際に、フォームの自動入力から運用管理まで一括して行うことのできる特化ツールです。 【特徴】 ・初期費用0円の低コストで利用可能 ・フォーム営業にかかる、入力時間、管理コストを大幅に削減 【機能】 フォーム自動入力機能 -初めて訪れたサイトの煩雑なフォームもワンクリックで入力完了します。 効果測定URL機能 -どの企業様が興味をもってクリックしたのか、追跡が可能です。 リストインポート機能 -お手持ちのリストをシステムにインポートすることでアプローチの管理も一括でできます。 管理者機能 -誰が、いつ、どれくらい送ったのか、一目でわかる機能です。 ABテストタグ機能 -送信内容にタグを設置することで、送信内容やリストのABテストが可能です。 ============================= ご利用の登録はこちらから https://ultra-form.code-company.co.jp/register お問い合わせフォーム営業自動化ツール - Ultra Form https://code-company.co.jp/ultraform/ 株式会社CODE COMPANY https://code-company.co.jp/ =============================
Extension Basic Information
Name | Ultra Form |
ID | emolkdhljhbekiabogjelmlmnjecbmgi |
Official URL | https://chromewebstore.google.com/detail/ultra-form/emolkdhljhbekiabogjelmlmnjecbmgi |
Description | 株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール |
File Size | 154 KB |
Installation Count | 1,712 |
Current Version | 3.93 |
Last Updated | 2023-09-04 |
Publish Date | 2020-05-04 |
Rating | 1.00/5 Total 3 Ratings |
Developer | https://ultra-form.code-company.co.jp |
[email protected] | |
Payment Type | free |
Extension Website | https://code-company.co.jp/ultraform/ |
Help Page URL | https://code-company.co.jp/ultraform/ |
Privacy Policy Page URL | https://code-company.co.jp/ultraform/privacy-policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultra Form", "version": "3.93", "short_name": "ULTF", "description": "\u682a\u5f0f\u4f1a\u793eCODE COMPANY\u304c\u4f5c\u3063\u305f\u3001\u6700\u5f37\u306e\u30d5\u30a9\u30fc\u30e0\u5165\u529b\u81ea\u52d5\u5316\u30c4\u30fc\u30eb", "icons": { "128": "logo.png" }, "permissions": [ "webRequest", "storage", "activeTab", "https:\/\/node.code-company.co.jp\/" ], "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ] }, "commands": { "runUltraForm": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "\u81ea\u52d5\u5165\u529b\u3092\u5b9f\u884c\u3059\u308b" }, "isUFCommand": { "suggested_key": { "default": "Ctrl+H", "mac": "Command+H" }, "description": "\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8ON\/OFF\u5207\u308a\u66ff\u3048" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "ult.js" ] } ], "browser_action": { "default_title": "Ultra Form", "default_popup": ".\/pop\/index.html" }, "options_page": ".\/options\/options.html" } |