ROI-AI

Candidate & Client Fetcher Tools

ROI-AI란 무엇입니까?

ROI-AI은(는) chris.south에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Candidate & Client Fetcher Tools"입니다.

확장 프로그램 스크린샷

screenshot

ROI-AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}