ShopOrama Tool - Eagle Media

ShopOrama Tool - Udviklet af Eagle Media

Hvad er ShopOrama Tool - Eagle Media?

ShopOrama Tool - Eagle Media er en Chrome-udvidelse udviklet af https://eaglemedia.dk, og dens hovedfunktion er "ShopOrama Tool - Udviklet af Eagle Media".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ShopOrama Tool - Eagle Media-udvidelses-CRX-fil

Download ShopOrama Tool - Eagle Media-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ShopOrama Tool - Eagle Media ShopOrama Tool - Eagle Media
ID bihigipphllneokjkmaefeohgpchpdgg
Officiel URL https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg
Beskrivelse ShopOrama Tool - Udviklet af Eagle Media
Filstørrelse 97.64 KB
Antal Installationer 103
Nuværende Version 1.7 beta
Senest Opdateret 2020-07-27
Udgivelsesdato 2018-11-05
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler https://eaglemedia.dk
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://eaglemedia.dk/shoporama/
Hjælpeside-URL https://eaglemedia.dk/kontakt/
Understøttede Sprog 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\/*"
    ]
}