ROI-AI
Candidate & Client Fetcher Tools
Wat is ROI-AI?
ROI-AI is een Chrome-extensie ontwikkeld door chris.south, en de belangrijkste functie is "Candidate & Client Fetcher Tools".
Extensie Screenshots
Download het CRX-bestand van de extensie ROI-AI
Download ROI-AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Roi-AI extension links JobAdder with the Roi-AI platform. Use this to view user engagement activity and the Roi activity score. Basisinformatie over de Extensie
| Naam | |
| ID | klpncgflcifkmmbfoedjlmmegcndfbne |
| Officiële URL | https://chromewebstore.google.com/detail/roi-ai/klpncgflcifkmmbfoedjlmmegcndfbne |
| Beschrijving | Candidate & Client Fetcher Tools |
| Bestandsgrootte | 48.13 KB |
| Aantal Installaties | 186 |
| Huidige Versie | 1.5.2 |
| Laatst Bijgewerkt | 2023-04-21 |
| Publicatiedatum | 2023-04-21 |
| Ontwikkelaar | chris.south |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.roi-ai.com |
| Help Pagina-URL | http://www.roi-ai.com/kb |
| Ondersteunde Talen | 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"
]
} | |