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
官方網址 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
電子郵箱 [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"
    ]
}