Aware

Get superpowers for social selling.

Aware란 무엇입니까?

Aware은(는) https://useaware.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get superpowers for social selling."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Aware 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}