ShopOrama Tool - Eagle Media

ShopOrama Tool - Udviklet af Eagle Media

Cos'è ShopOrama Tool - Eagle Media?

ShopOrama Tool - Eagle Media è un'estensione di Chrome sviluppata da https://eaglemedia.dk, e la sua funzione principale è "ShopOrama Tool - Udviklet af Eagle Media".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ShopOrama Tool - Eagle Media

Scarica i file di estensione ShopOrama Tool - Eagle Media in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ShopOrama Tool - Eagle Media ShopOrama Tool - Eagle Media
ID bihigipphllneokjkmaefeohgpchpdgg
URL Ufficiale https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg
Descrizione ShopOrama Tool - Udviklet af Eagle Media
Dimensione del File 97.64 KB
Conteggio Installazioni 103
Versione Corrente 1.7 beta
Ultimo Aggiornamento 2020-07-27
Data di Pubblicazione 2018-11-05
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore https://eaglemedia.dk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://eaglemedia.dk/shoporama/
URL della Pagina di Aiuto https://eaglemedia.dk/kontakt/
Lingue Supportate 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\/*"
    ]
}