Remo Platform
Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.
Co to jest Remo Platform?
Remo Platform to rozszerzenie Chrome opracowane przez https://remo-platform.com, a jego główną funkcją jest „Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remo Platform
Pobierz pliki rozszerzeń Remo Platform w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | piekjplhdnbhbihibpfaobdelnklklbg |
Oficjalny URL | https://chromewebstore.google.com/detail/remo-platform/piekjplhdnbhbihibpfaobdelnklklbg |
Opis | Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform. |
Rozmiar pliku | 95.08 KB |
Liczba instalacji | 192 |
Aktualna Wersja | 6.8 beta |
Ostatnia Aktualizacja | 2023-12-18 |
Data Publikacji | 2020-03-18 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://remo-platform.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://remo-platform.com |
Adres URL Strony Polityki Prywatności | https://remo-platform.com/Charte_utilisation_donnees_personnelles.html |
Obsługiwane Języki | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remo Platform", "short_name": "RemoPlatform", "version": "6.8", "version_name": "6.8 beta", "action": { "default_icon": "assets\/img\/icon_128.png", "default_popup": "front\/index.html", "default_title": "Remo Platform" }, "background": { "service_worker": "app.min.js" }, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "scripts\/page\/*.js" ], "matches": [] } ], "author": "D4J", "icons": { "16": "assets\/img\/icon_16.png", "48": "assets\/img\/icon_48.png", "128": "assets\/img\/icon_128.png" }, "default_locale": "fr", "minimum_chrome_version": "88" } |