Aware
Get superpowers for social selling.
Was ist Aware?
Aware ist eine Chrome-Erweiterung, die von https://useaware.co entwickelt wurde, und ihr Hauptmerkmal ist "Get superpowers for social selling.".
Erweiterungsscreenshots
Aware-Erweiterungs-CRX-Datei herunterladen
Laden Sie Aware-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mkialmjffglbmngpamedjgplfemoiope |
| Offizielle URL | https://chromewebstore.google.com/detail/aware/mkialmjffglbmngpamedjgplfemoiope |
| Beschreibung | Get superpowers for social selling. |
| Dateigröße | 30.54 KB |
| Installationsanzahl | 558 |
| Aktuelle Version | 0.5.24 |
| Letztes Update | 2023-06-05 |
| Veröffentlichungsdatum | 2023-01-11 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://useaware.co |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.useaware.co |
| URL der Datenschutzrichtlinien-Seite | http://www.useaware.co/privacy-policy |
| Unterstützte Sprachen | 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"
]
}
]
} | |