ShopOrama Tool - Eagle Media

ShopOrama Tool - Udviklet af Eagle Media

ShopOrama Tool - Eagle Media là gì?

ShopOrama Tool - Eagle Media là một tiện ích mở rộng Chrome được phát triển bởi https://eaglemedia.dk, và tính năng chính của nó là "ShopOrama Tool - Udviklet af Eagle Media".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopOrama Tool - Eagle Media

Tải xuống các tệp mở rộng ShopOrama Tool - Eagle Media dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Hurtig overblik
Slet cache
Ordre notifikationer / Antal ordre
Ny teksteditor
- Dark mode (Ny)
- Ord tælling
- Indsættelse af billeder                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopOrama Tool - Eagle Media ShopOrama Tool - Eagle Media
ID bihigipphllneokjkmaefeohgpchpdgg
URL Chính Thức https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg
Mô tả ShopOrama Tool - Udviklet af Eagle Media
Kích Thước Tệp 97.64 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.7 beta
Cập Nhật Lần Cuối 2020-07-27
Ngày Phát Hành 2018-11-05
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://eaglemedia.dk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eaglemedia.dk/shoporama/
URL Trang Trợ Giúp https://eaglemedia.dk/kontakt/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}