ROI-AI

Candidate & Client Fetcher Tools

ROI-AI là gì?

ROI-AI là một tiện ích mở rộng Chrome được phát triển bởi chris.south, và tính năng chính của nó là "Candidate & Client Fetcher Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ROI-AI

Tải xuống các tệp mở rộng ROI-AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ROI-AI ROI-AI
ID klpncgflcifkmmbfoedjlmmegcndfbne
URL Chính Thức https://chromewebstore.google.com/detail/roi-ai/klpncgflcifkmmbfoedjlmmegcndfbne
Mô tả Candidate & Client Fetcher Tools
Kích Thước Tệp 48.13 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2023-04-21
Nhà Phát Triển chris.south
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.roi-ai.com
URL Trang Trợ Giúp http://www.roi-ai.com/kb
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}