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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.fourthsource.com, και η κύρια λειτουργία του είναι "Stay up to date with all the latest digital marketing news and advice, brought you by leading experts and practitioners.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Digital Marketing News and Advice

Λήψη αρχείων επέκτασης 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"
    ]
}