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
官方網址 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"
            ]
        }
    ]
}