Aware

Get superpowers for social selling.

Awareคืออะไร?

Aware เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://useaware.co และคุณลักษณะหลักของมันคือ "Get superpowers for social selling."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aware

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}