Rubypayeur
L'extension qui vous permet de tout savoir sur la société qui édite un site web.
Rubypayeurとは何ですか?
Rubypayeurはhttps://rubypayeur.comによって開発されたChromeの拡張機能で、その主な機能は「L'extension qui vous permet de tout savoir sur la société qui édite un site web.」です。
拡張機能のスクリーンショット
Rubypayeur拡張機能のCRXファイルをダウンロード
Rubypayeur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ne vous est-il pas déjà arrivé de vous plonger dans les mentions légales ou les conditions générales d'un site pour trouver le SIRET de la société qui l'édite ?
Avec l'extension Chrome Rubypayeur, vous ne perdrez plus votre temps !
En un clic, l'extension fera ce travail de recherche à votre place et vous affichera, en une fraction de seconde, les informations clés concernant la société éditrice.
En cliquant sur le résultat trouvé, vous accéderez à la fiche complète de la société sur l'annuaire Rubypayeur. Vous pourrez ainsi consulter gratuitement toutes les informations légales, juridiques et financières. 拡張機能の基本情報
| 名前 | |
| ID | bccigfpklndnkpmiaclbplaogdficdca |
| 公式URL | https://chromewebstore.google.com/detail/rubypayeur/bccigfpklndnkpmiaclbplaogdficdca |
| 説明 | L'extension qui vous permet de tout savoir sur la société qui édite un site web. |
| ファイルサイズ | 845 KB |
| インストール数 | 1,372 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-12-05 |
| 公開日 | 2023-02-15 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://rubypayeur.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://rubypayeur.com/ |
| ヘルプページのURL | https://rubypayeur.com/guide/extension-chrome |
| プライバシーポリシーページのURL | https://rubypayeur.com/politique-protection-donnees |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rubypayeur",
"description": "L'extension qui vous permet de tout savoir sur la soci\u00e9t\u00e9 qui \u00e9dite un site web.",
"version": "1.4",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content_script.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "assets\/img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "assets\/img\/icon_128.png"
}
} | |