Rylee
De extensie die niet kan missen als je op bol.com verkoopt.
Ryleeとは何ですか?
Ryleeはhttps://rylee.nlによって開発されたChromeの拡張機能で、その主な機能は「De extensie die niet kan missen als je op bol.com verkoopt.」です。
拡張機能のスクリーンショット
Rylee拡張機能のCRXファイルをダウンロード
Rylee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the Rylee chrome extension for selling on bol.com. With this extension, you can quickly track products on bol.com, see your turnover/sales and edit your product description more easily!
拡張機能の基本情報
名前 | Rylee |
ID | cdplglankehmohimnafldmackepgagpn |
公式URL | https://chromewebstore.google.com/detail/rylee/cdplglankehmohimnafldmackepgagpn |
説明 | De extensie die niet kan missen als je op bol.com verkoopt. |
ファイルサイズ | 13.79 MB |
インストール数 | 3,174 |
現在のバージョン | 6.0.6 |
最終更新日 | 2024-02-21 |
公開日 | 2021-09-01 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | https://rylee.nl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://rylee.nl |
対応言語 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/rylee.nl", "description": "De extensie die niet kan missen als je op bol.com verkoopt.", "default_locale": "en", "permissions": [ "activeTab", "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "http:\/\/rylee.nl\/", "https:\/\/rylee.nl\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.bol.com\/*\/*\/p\/*" ], "js": [ "\/js\/content-product.js" ], "css": [ "\/css\/all.min.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/partner.bol.com\/sdd\/product-content\/product\/*" ], "js": [ "\/js\/content-partner-editor.js" ], "css": [ "\/css\/all.min.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.bol.com\/*\/*\/s\/*", "*:\/\/*.bol.com\/*\/*\/ra\/*", "*:\/\/*.bol.com\/*\/*\/b\/*", "*:\/\/*.bol.com\/*\/*\/w\/*", "*:\/\/*.bol.com\/*\/*\/l\/*", "*:\/\/*.bol.com\/*\/*\/t\/*" ], "js": [ "\/js\/content-category.js" ], "css": [ "\/css\/all.min.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "\/popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "logo.png", "\/js\/partner-editor.js", "\/css\/all.min.css", "\/webfonts\/*" ], "version": "6.0.6", "content_security_policy": "script-src 'self' ; object-src 'self'" } |