ROI-AI
Candidate & Client Fetcher Tools
What is ROI-AI?
ROI-AI is a Chrome extension developed by chris.south, and its main feature is "Candidate & Client Fetcher Tools".
Extension Screenshots
Download ROI-AI Extension CRX File
Download ROI-AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Roi-AI extension links JobAdder with the Roi-AI platform. Use this to view user engagement activity and the Roi activity score. Extension Basic Information
| Name | |
| ID | klpncgflcifkmmbfoedjlmmegcndfbne |
| Official URL | https://chromewebstore.google.com/detail/roi-ai/klpncgflcifkmmbfoedjlmmegcndfbne |
| Description | Candidate & Client Fetcher Tools |
| File Size | 48.13 KB |
| Installation Count | 186 |
| Current Version | 1.5.2 |
| Last Updated | 2023-04-21 |
| Publish Date | 2023-04-21 |
| Developer | chris.south |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://www.roi-ai.com |
| Help Page URL | http://www.roi-ai.com/kb |
| Supported Languages | 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"
]
} | |