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.

Apa itu Digital Marketing News and Advice?

Digital Marketing News and Advice adalah ekstensi Chrome yang dikembangkan oleh https://www.fourthsource.com, dan fitur utamanya adalah "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Digital Marketing News and Advice

Unduh file ekstensi Digital Marketing News and Advice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Digital Marketing News and Advice Digital Marketing News and Advice
ID benhgkcofjmkfagilaglbjhdcpfccoag
URL Resmi https://chromewebstore.google.com/detail/digital-marketing-news-an/benhgkcofjmkfagilaglbjhdcpfccoag
Deskripsi Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.
Ukuran File 62.67 KB
Jumlah Instalasi 143
Versi Saat Ini 1.6
Terakhir Diperbarui 2014-06-22
Tanggal Publikasi 2014-06-22
Pengembang https://www.fourthsource.com
Tipe Pembayaran free
Situs Ekstensi http://www.fourthsource.com
Bahasa yang Didukung 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"
    ]
}