ROI-AI

Candidate & Client Fetcher Tools

ROI-AIとは何ですか?

ROI-AIはchris.southによって開発されたChromeの拡張機能で、その主な機能は「Candidate & Client Fetcher Tools」です。

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

screenshot

ROI-AI拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Roi-AI extension links JobAdder with the Roi-AI platform. Use this to view user engagement activity and the Roi activity score.                    

拡張機能の基本情報

名前 ROI-AI ROI-AI
ID klpncgflcifkmmbfoedjlmmegcndfbne
公式URL https://chromewebstore.google.com/detail/roi-ai/klpncgflcifkmmbfoedjlmmegcndfbne
説明 Candidate & Client Fetcher Tools
ファイルサイズ 48.13 KB
インストール数 186
現在のバージョン 1.5.2
最終更新日 2023-04-21
公開日 2023-04-21
開発者 chris.south
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.roi-ai.com
ヘルプページのURL http://www.roi-ai.com/kb
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ROI-AI",
    "description": "Candidate & Client Fetcher Tools",
    "version": "1.5.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/logo.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jobadder.com\/*",
                "*:\/\/*.roi-ai.app\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "src\/background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}