ShopOrama Tool - Eagle Media

ShopOrama Tool - Udviklet af Eagle Media

Qu'est-ce que ShopOrama Tool - Eagle Media ?

ShopOrama Tool - Eagle Media est une extension Chrome développée par https://eaglemedia.dk, et sa fonction principale est "ShopOrama Tool - Udviklet af Eagle Media".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ShopOrama Tool - Eagle Media

Téléchargez les fichiers d'extension ShopOrama Tool - Eagle Media au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ShopOrama Tool - Eagle Media ShopOrama Tool - Eagle Media
ID bihigipphllneokjkmaefeohgpchpdgg
URL Officiel https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg
Description ShopOrama Tool - Udviklet af Eagle Media
Taille du Fichier 97.64 KB
Nombre d'Installations 103
Version Actuelle 1.7 beta
Dernière Mise à Jour 2020-07-27
Date de Publication 2018-11-05
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://eaglemedia.dk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://eaglemedia.dk/shoporama/
URL de la Page d'Aide https://eaglemedia.dk/kontakt/
Langues Prises en Charge 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\/*"
    ]
}