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! 擴展基本資訊
| 名稱 | |
| ID | cdplglankehmohimnafldmackepgagpn |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |