ROI-AI
Candidate & Client Fetcher Tools
什么是ROI-AI?
ROI-AI是由chris.south开发的Chrome扩展程序,该扩展的主要功能是“Candidate & Client Fetcher Tools”。
扩展截图
下载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 |
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" ] } |