Ultra Form

株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール

Qu'est-ce que Ultra Form ?

Ultra Form est une extension Chrome développée par https://ultra-form.code-company.co.jp, et sa fonction principale est "株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ultra Form

Téléchargez les fichiers d'extension Ultra Form 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

                        ------------------------------------------------------------------------------------
お問い合わせフォーム営業自動化ツール - 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/
=============================                    

Informations de Base sur l'Extension

Nom Ultra Form Ultra Form
ID emolkdhljhbekiabogjelmlmnjecbmgi
URL Officiel https://chromewebstore.google.com/detail/ultra-form/emolkdhljhbekiabogjelmlmnjecbmgi
Description 株式会社CODE COMPANYが作った、最強のフォーム入力自動化ツール
Taille du Fichier 154 KB
Nombre d'Installations 1,712
Version Actuelle 3.93
Dernière Mise à Jour 2023-09-04
Date de Publication 2020-05-04
Évaluation 1.00/5 Total 3 Évaluations
Développeur https://ultra-form.code-company.co.jp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://code-company.co.jp/ultraform/
URL de la Page d'Aide https://code-company.co.jp/ultraform/
URL de la Page de Politique de Confidentialité https://code-company.co.jp/ultraform/privacy-policy
Langues Prises en Charge 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"
}