GeAIne お問い合わせフォーム自動入力ツール

GeAIne お問い合わせフォーム自動入力ツール

What is GeAIne お問い合わせフォーム自動入力ツール?

GeAIne お問い合わせフォーム自動入力ツール is a Chrome extension developed by エッジテクノロジー株式会社, and its main feature is "GeAIne お問い合わせフォーム自動入力ツール".

Extension Screenshots

screenshot

Download GeAIne お問い合わせフォーム自動入力ツール Extension CRX File

Download GeAIne お問い合わせフォーム自動入力ツール 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

                        GeAIneで使用するアドオンです。GeAIneより手動送信をする際に必要なツールです。
弊社(エッジテクノロジー株式会社)が提供する営業支援ツール『GeAIne』で入力した問い合わせフォームを起動するためのツールです。

【1】GeAIneで企業サイトの問い合わせフォームに自動入力
【2】拡張機能を起動して入力した内容を確認の上送信する                    

Extension Basic Information

Name GeAIne お問い合わせフォーム自動入力ツール GeAIne お問い合わせフォーム自動入力ツール
ID hakopjdhhibcoikaliceopfjdacmndgd
Official URL https://chromewebstore.google.com/detail/geaine-%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%E8%87%AA%E5%8B%95%E5%85%A5%E5%8A%9B%E3%83%84%E3%83%BC%E3%83%AB/hakopjdhhibcoikaliceopfjdacmndgd
Description GeAIne お問い合わせフォーム自動入力ツール
File Size 341 KB
Installation Count 1,053
Current Version 2.2.0
Last Updated 2022-09-16
Publish Date 2020-02-20
Developer エッジテクノロジー株式会社
Email [email protected]
Payment Type free
Extension Website https://the.geaine2.jp/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeAIne \u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u81ea\u52d5\u5165\u529b\u30c4\u30fc\u30eb",
    "description": "GeAIne \u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u81ea\u52d5\u5165\u529b\u30c4\u30fc\u30eb",
    "version": "2.2.0",
    "icons": {
        "16": "assets\/images\/icon\/icon16.png",
        "48": "assets\/images\/icon\/icon48.png",
        "128": "assets\/images\/icon\/icon128.png"
    },
    "action": {
        "default_title": "GeAIne \u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u81ea\u52d5\u5165\u529b\u30c4\u30fc\u30eb",
        "default_icon": "assets\/images\/icon\/icon48.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/daemon.js"
            ],
            "run_at": "document_idle"
        }
    ]
}