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 là gì?

Remo Platform là một tiện ích mở rộng Chrome được phát triển bởi https://remo-platform.com, và tính năng chính của nó là "Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remo Platform

Tải xuống các tệp mở rộng Remo Platform dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remo Platform Remo Platform
ID piekjplhdnbhbihibpfaobdelnklklbg
URL Chính Thức https://chromewebstore.google.com/detail/remo-platform/piekjplhdnbhbihibpfaobdelnklklbg
Mô tả Cette extension permet d'importer en un clic des CVs depuis les pages web que vous visitez, vers votre espace Remo Platform.
Kích Thước Tệp 95.08 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 6.8 beta
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2020-03-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://remo-platform.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://remo-platform.com
URL Trang Chính Sách Bảo Mật https://remo-platform.com/Charte_utilisation_donnees_personnelles.html
Ngôn Ngữ Được Hỗ Trợ 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"
}