Remo Platform

Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.

Что такое Remo Platform?

Remo Platform - это расширение Chrome, разработанное https://remo-platform.com, и его основная функция - "Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Remo Platform

Скачайте файлы расширений Remo Platform в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.                    

Основная информация о расширении

Название Remo Platform Remo Platform
ID piekjplhdnbhbihibpfaobdelnklklbg
Официальный URL https://chromewebstore.google.com/detail/remo-platform/piekjplhdnbhbihibpfaobdelnklklbg
Описание Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.
Размер файла 95.08 KB
Количество установок 192
Текущая Версия 6.8 beta
Последнее Обновление 2023-12-18
Дата публикации 2020-03-18
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://remo-platform.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://remo-platform.com
URL страницы политики конфиденциальности https://remo-platform.com/Charte_utilisation_donnees_personnelles.html
Поддерживаемые языки 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"
}