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.

什么是Digital Marketing News and Advice?

Digital Marketing News and Advice是由https://www.fourthsource.com开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.”。

扩展截图

screenshot
screenshot

下载Digital Marketing News and Advice扩展crx文件

下载Digital Marketing News and Advice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Digital Marketing News and Advice Digital Marketing News and Advice
ID benhgkcofjmkfagilaglbjhdcpfccoag
官方URL https://chromewebstore.google.com/detail/digital-marketing-news-an/benhgkcofjmkfagilaglbjhdcpfccoag
简介 Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.
文件大小 62.67 KB
安装次数 143
当前版本 1.6
更新时间 2014-06-22
上架时间 2014-06-22
开发者 https://www.fourthsource.com
付费类型 free
扩展官网 http://www.fourthsource.com
支持的语言 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"
    ]
}