Upview

The Ultimate YouTube Growth Solution

O que é Upview?

Upview é uma extensão do Chrome desenvolvida por https://upview.ai, e sua principal característica é "The Ultimate YouTube Growth Solution".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Upview

Baixe arquivos de extensão Upview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Upview Upview
ID mdekaegcndadlkkgpmfddbeeljoegdfp
URL Oficial https://chromewebstore.google.com/detail/upview/mdekaegcndadlkkgpmfddbeeljoegdfp
Descrição The Ultimate YouTube Growth Solution
Tamanho do Arquivo 9.41 MB
Contagem de Instalações 118
Versão Atual 1.1.3
Última Atualização 2023-08-04
Data de Publicação 2023-02-01
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor https://upview.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://upview.ai/
URL da Página de Política de Privacidade https://upview.ai/privacy-policy
Idiomas Suportados 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'"
    }
}