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
Eメール [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"
            ]
        }
    ]
}