ShopOrama Tool - Eagle Media
ShopOrama Tool - Udviklet af Eagle Media
What is ShopOrama Tool - Eagle Media?
ShopOrama Tool - Eagle Media is a Chrome extension developed by https://eaglemedia.dk, and its main feature is "ShopOrama Tool - Udviklet af Eagle Media".
Extension Screenshots
Download ShopOrama Tool - Eagle Media Extension CRX File
Download ShopOrama Tool - Eagle Media extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hurtig overblik Slet cache Ordre notifikationer / Antal ordre Ny teksteditor - Dark mode (Ny) - Ord tælling - Indsættelse af billeder
Extension Basic Information
Name | |
ID | bihigipphllneokjkmaefeohgpchpdgg |
Official URL | https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg |
Description | ShopOrama Tool - Udviklet af Eagle Media |
File Size | 97.64 KB |
Installation Count | 103 |
Current Version | 1.7 beta |
Last Updated | 2020-07-27 |
Publish Date | 2018-11-05 |
Rating | 4.80/5 Total 5 Ratings |
Developer | https://eaglemedia.dk |
[email protected] | |
Payment Type | free |
Extension Website | https://eaglemedia.dk/shoporama/ |
Help Page URL | https://eaglemedia.dk/kontakt/ |
Supported Languages | 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\/*" ] } |