Aware

Get superpowers for social selling.

什么是Aware?

Aware是由https://useaware.co开发的Chrome扩展程序,该扩展的主要功能是“Get superpowers for social selling.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Aware扩展crx文件

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

扩展使用说明

                        Scaling your sales is hard. We take the guesswork out of it.

Use Aware to:
	- Get full content analytics, to help you write better posts
	- Receive daily updates on your sales and content performance
	- Keep track of how much social selling activity you're doing with our reporting dashboard
	- Send off rapid-fire replies to all comments on your posts, and influencer posts
	- Get the most important content for your favorite creators, delivered straight to you
	- Monitor Influencers in your industry, and engage with them in one place

	
Once you're in, we'll email you additional subscriber-only resources, including our 2-hour video course, 7-Figure Social Selling, plus our Post Swipe File and other valuable resources.

Want to supercharge your social selling as a company? Add as many other members of your team as you need, to coordinate internally.                    

扩展基本信息

名称 Aware Aware
ID mkialmjffglbmngpamedjgplfemoiope
官方URL https://chromewebstore.google.com/detail/aware/mkialmjffglbmngpamedjgplfemoiope
简介 Get superpowers for social selling.
文件大小 30.54 KB
安装次数 558
当前版本 0.5.24
更新时间 2023-06-05
上架时间 2023-01-11
评分 5.00/5 共2次评分
开发者 https://useaware.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.useaware.co
隐私政策页面URL http://www.useaware.co/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aware",
    "description": "Get superpowers for social selling.",
    "version": "0.5.24",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/",
        "https:\/\/app.useaware.co\/"
    ],
    "permissions": [
        "cookies",
        "alarms",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.useaware.co\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}