ShopOrama Tool - Eagle Media
ShopOrama Tool - Udviklet af Eagle Media
什麼是ShopOrama Tool - Eagle Media?
ShopOrama Tool - Eagle Media是由https://eaglemedia.dk開發的Chrome擴展程式,該擴展的主要功能是“ShopOrama Tool - Udviklet af Eagle Media”。
擴展截圖
下載ShopOrama Tool - Eagle Media擴展crx文件
下載ShopOrama Tool - Eagle Media擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hurtig overblik Slet cache Ordre notifikationer / Antal ordre Ny teksteditor - Dark mode (Ny) - Ord tælling - Indsættelse af billeder
擴展基本資訊
名稱 | |
ID | bihigipphllneokjkmaefeohgpchpdgg |
官方網址 | https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg |
簡介 | ShopOrama Tool - Udviklet af Eagle Media |
檔案大小 | 97.64 KB |
安裝次數 | 103 |
目前版本 | 1.7 beta |
更新時間 | 2020-07-27 |
上架時間 | 2018-11-05 |
評分 | 4.80/5 共 5 次評分 |
開發者 | https://eaglemedia.dk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://eaglemedia.dk/shoporama/ |
說明頁面URL | https://eaglemedia.dk/kontakt/ |
支援的語言 | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.7.1", "version_name": "1.7 beta", "name": "ShopOrama Tool - Eagle Media", "short_name": "ShopOrama Tool", "description": "ShopOrama Tool - Udviklet af Eagle Media", "homepage_url": "https:\/\/eaglemedia.dk", "browser_action": { "default_title": "ShopOrama Tool - Eagle Media", "default_icon": "img\/icons\/shoporama-logo-cirkel.png", "default_popup": "options.html" }, "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "permissions": [ "https:\/\/www.shoporama.dk\/admin\/*", "https:\/\/eaglemedia.us6.list-manage.com\/subscribe\/*", "storage", "notifications" ], "content_security_policy": "script-src 'self'; object-src 'self'", "options_ui": { "page": "options.html", "chrome_style": true }, "options_page": "options.html", "background": { "persistent": true, "scripts": [ "js\/vendor\/async.min.js", "js\/vendor\/jquery.min.js", "js\/functions.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.shoporama.dk\/admin\/*", "https:\/\/eaglemedia.us6.list-manage.com\/subscribe\/*" ], "js": [ "js\/vendor\/async.min.js", "js\/vendor\/jquery.min.js", "js\/functions.js", "js\/main.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img*", "js*", "modules\/*" ] } |