ShopOrama Tool - Eagle Media

ShopOrama Tool - Udviklet af Eagle Media

O que é ShopOrama Tool - Eagle Media?

ShopOrama Tool - Eagle Media é uma extensão do Chrome desenvolvida por https://eaglemedia.dk, e sua principal característica é "ShopOrama Tool - Udviklet af Eagle Media".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ShopOrama Tool - Eagle Media

Baixe arquivos de extensão ShopOrama Tool - Eagle Media no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ShopOrama Tool - Eagle Media ShopOrama Tool - Eagle Media
ID bihigipphllneokjkmaefeohgpchpdgg
URL Oficial https://chromewebstore.google.com/detail/shoporama-tool-eagle-medi/bihigipphllneokjkmaefeohgpchpdgg
Descrição ShopOrama Tool - Udviklet af Eagle Media
Tamanho do Arquivo 97.64 KB
Contagem de Instalações 103
Versão Atual 1.7 beta
Última Atualização 2020-07-27
Data de Publicação 2018-11-05
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor https://eaglemedia.dk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://eaglemedia.dk/shoporama/
URL da Página de Ajuda https://eaglemedia.dk/kontakt/
Idiomas Suportados 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\/*"
    ]
}