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.

What is Digital Marketing News and Advice?

Digital Marketing News and Advice is a Chrome extension developed by https://www.fourthsource.com, and its main feature is "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.".

Extension Screenshots

screenshot
screenshot

Download Digital Marketing News and Advice Extension CRX File

Download Digital Marketing News and Advice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Digital Marketing News and Advice Digital Marketing News and Advice
ID benhgkcofjmkfagilaglbjhdcpfccoag
Official URL https://chromewebstore.google.com/detail/digital-marketing-news-an/benhgkcofjmkfagilaglbjhdcpfccoag
Description Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.
File Size 62.67 KB
Installation Count 143
Current Version 1.6
Last Updated 2014-06-22
Publish Date 2014-06-22
Developer https://www.fourthsource.com
Payment Type free
Extension Website http://www.fourthsource.com
Supported Languages 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"
    ]
}