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"
}