Internet Marketing Overview

A Free 10 video course about Internet marketing Basics

Internet Marketing Overviewとは何ですか?

Internet Marketing Overviewはhttps://paulspages.com/Internet_Marketingによって開発されたChromeの拡張機能で、その主な機能は「A Free 10 video course about Internet marketing Basics」です。

拡張機能のスクリーンショット

screenshot

Internet Marketing Overview拡張機能のCRXファイルをダウンロード

Internet Marketing Overview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A 10 part video comprehensive overview of Internet Marketing.

Learn about the various methods and components availabe to you when starting an online business or simply just wanting to earn an online income working from home

Video Contents:
1) Internet Marketing. What is it?
2) Starting with Solid Foundations
3) Introduction to Content Marketing
4) Introduction to Social Media Marketing
5) Introduction to Search Engine Optimisation (SEO Part 1)
6) Introduction to Search Engine Optimisation (SEO Part 2)
7) Introduction to Pay Per Click advertising (PPC)
8) What is Affiliate Marketing?
9) More Strategies
10) Conclusions                    

拡張機能の基本情報

名前 Internet Marketing Overview Internet Marketing Overview
ID bnajanjhbhnnfligbiienbhncogaedkb
公式URL https://chromewebstore.google.com/detail/internet-marketing-overvi/bnajanjhbhnnfligbiienbhncogaedkb
説明 A Free 10 video course about Internet marketing Basics
ファイルサイズ 22.18 KB
インストール数 168
現在のバージョン 0.1
最終更新日 2017-09-15
公開日 2017-09-15
開発者 https://paulspages.com/Internet_Marketing
支払い方法 free
ヘルプページのURL https://paulspages.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Marketing Overview",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A Free 10 video course about Internet marketing Basics",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "InternetMarketing128x128.png",
        "default_title": "A Free 10 video course about Internet marketing Basics",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "InternetMarketing128x128.png"
    }
}