Upview

The Ultimate YouTube Growth Solution

什么是Upview?

Upview是由https://upview.ai开发的Chrome扩展程序,该扩展的主要功能是“The Ultimate YouTube Growth Solution”。

扩展截图

screenshot
screenshot
screenshot

下载Upview扩展crx文件

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

扩展使用说明

                        Upview’s cutting-edge Google Chrome extension is here to save you time and effort. Our extension will help you gain real-time YouTube insights, optimize your videos, and more as efficiently as possible. Undoubtedly, it stands as the best one among the ton of great extensions on the chrome marketplace for creators!

What is Upview?
It is a comprehensive chrome extension suite that hosts powerful YouTube analytics tools that every creator needs access to if they are on the run to build their subscribers, increase their views, enhance their engagement and get real-time competitor analysis, among others.
It is a new-gen extension that helps creators save time with video optimization, get their hands on trending keywords through the YouTube keywords analytics dashboard, plan content, and win more subscribers.
In short, it is an all-in-one comprehensive extension that provides creators with smart suggestions from their audience, visitors, and practical data. Our ai based chrome extension does the hard work for you so that you can focus on what is important.

The extension has been meticulously built and crafted on three major components that include:
1. YouTube Analytics
2. SEO
3. Viewer Sentiment
4. Competitor Analysis

To sum up, it offers:
✔ A host of search engine optimization tools to help you identify keywords and place them correctly only to ace your videos’ reach.
✔ With the help of the comprehensive data analysis, this extension will help you analyze keywords that work the best for you from your data and provide real-time suggestions that are practically fit to put into action.
✔ In terms of viewer sentiment, this intelligent extension will help you listen to your audience’s feedback that will help you weave your videos according to their liking.
✔ The extension also hosts competitor analysis that highlights what is working for the competitors and how one can use them to win pure success!
✔ With the help of these metrics, the extension offers every creator a fully-customized comprehensive set of actions and ready-to-use suggestions that further helps take complete control of their viewers/audience and weave the right content at the right time.

Try Upview Chrome extension and create and optimize your videos within minutes! Unleash the power of the extension and grow your channel faster with deeper yet better insights.
--------------------------------------------------------------------------------------
Learn more about upview.ai
For business - biz.upview.ai
Connect with us:
Twitter - https://twitter.com/upviewai
Instagram - https://www.instagram.com/upview.ai/
LinkedIn - https://www.linkedin.com/company/upview-ai/
Facebook - https://www.facebook.com/upviewai
TikTok - https://www.tiktok.com/@upview_ai
YouTube - https://www.youtube.com/@upview-ai
Contact - [email protected]                    

扩展基本信息

名称 Upview Upview
ID mdekaegcndadlkkgpmfddbeeljoegdfp
官方URL https://chromewebstore.google.com/detail/upview/mdekaegcndadlkkgpmfddbeeljoegdfp
简介 The Ultimate YouTube Growth Solution
文件大小 9.41 MB
安装次数 118
当前版本 1.1.3
更新时间 2023-08-04
上架时间 2023-02-01
评分 4.43/5 共7次评分
开发者 https://upview.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://upview.ai/
隐私政策页面URL https://upview.ai/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upview",
    "short_name": "Upview",
    "version": "1.1.3",
    "description": "The Ultimate YouTube Growth Solution",
    "icons": {
        "16": "assets\/img\/favicon-16x16.png",
        "48": "assets\/img\/favicon-32x32.png",
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAic\/r9\/92IOmt0BkRrbsP0iEiYXE2Yn50HuGSwvBYngoew2\/t62EyU088c\/SpZdwNMGaqeW8Ihr6mtyCTEKgMXHWAYlbr7iHH1i0kVSywoe5tXSnyc8Oaz3pllvhNccrGu4B\/yw7xdVrMSvuJ\/BYWh9iM\/Iaj5GopGfGOt\/DMCEHu5kjx6aeZLIAMQBpYQh5jKhu8vdCQx8lJEdp2RQcxI5QaShaqLxgmaZHr6R+hPRaVEh+YYgRM4yxykZhsT8v8v7wentWoxoG96fUa+2iIkOdJI2dh1pzj2x1l6c6Q3002XM0jKMQI9UDCbohkeooxPy3XmXoKt1Dzh9Wr3zZQiwIDAQAB",
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Upview",
        "default_icon": {
            "16": "assets\/img\/favicon-16x16.png",
            "32": "assets\/img\/favicon-32x32.png",
            "128": "assets\/img\/icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}