Digital Marketing News and Advice

Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.

O que é Digital Marketing News and Advice?

Digital Marketing News and Advice é uma extensão do Chrome desenvolvida por https://www.fourthsource.com, e sua principal característica é "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Digital Marketing News and Advice

Baixe arquivos de extensão Digital Marketing News and Advice 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

                        Fourth Source is a leading digital marketing news and advice blog, bringing expert opinion on Digital Marketing from practitioners across the UK and around the world.

If you work in digital marketing, this is a must have extension for you. 

Get updated on stores published across all areas of Digital Marketing, including: SEO, Ecommerce, Online Advertising, Performance Marketing, Social Media Marketing, Mobile Marketing and more.                    

Informações Básicas da Extensão

Nome Digital Marketing News and Advice Digital Marketing News and Advice
ID benhgkcofjmkfagilaglbjhdcpfccoag
URL Oficial https://chromewebstore.google.com/detail/digital-marketing-news-an/benhgkcofjmkfagilaglbjhdcpfccoag
Descrição Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.
Tamanho do Arquivo 62.67 KB
Contagem de Instalações 143
Versão Atual 1.6
Última Atualização 2014-06-22
Data de Publicação 2014-06-22
Desenvolvedor https://www.fourthsource.com
Tipo de Pagamento free
Site da Extensão http://www.fourthsource.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Digital Marketing News and Advice"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.",
    "icons": {
        "128": "icon.png",
        "38": "icon38.png",
        "19": "icon19.png"
    },
    "manifest_version": 2,
    "name": "Digital Marketing News and Advice",
    "version": "1.6",
    "background": {
        "persistent": true,
        "scripts": [
            "config.js",
            "libs\/jquery.js",
            "background\/index.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "notifications",
        "storage"
    ]
}