ROI-AI

Candidate & Client Fetcher Tools

ما هو ROI-AI؟

ROI-AI هو إضافة Chrome تم تطويرها بواسطة chris.south، والميزة الرئيسية لها هي "Candidate & Client Fetcher Tools".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ROI-AI

قم بتنزيل ملفات الامتداد ROI-AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}