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はhttps://remo-platform.comによって開発された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拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |