Realply: AI LinkedIn Outreach
Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today.
Vad är Realply: AI LinkedIn Outreach?
Realply: AI LinkedIn Outreach är en Chrome-tillägg utvecklad av realply, och dess huvudfunktion är "Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today.".
Tilläggsskärmbilder
Ladda ner Realply: AI LinkedIn Outreach-förlängningens CRX-fil
Ladda ner Realply: AI LinkedIn Outreach-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Realply is the ultimate LinkedIn outreach and lead generation tool, designed to empower professionals and teams to achieve remarkable results.
With personalized messaging options, pre-designed templates, and automated follow-up sequences, Realply simplifies campaign management and boosts networking efficiency.
Our AI-powered features, including the AI Post and Bio Generators, elevate content quality, while robust security measures and data privacy compliance ensure peace of mind. Grundläggande Information om Tillägg
| Namn | |
| ID | gmldghacmoeebpkakfkideoejkfidplg |
| Officiell webbadress | https://chromewebstore.google.com/detail/realply-ai-linkedin-outre/gmldghacmoeebpkakfkideoejkfidplg |
| Beskrivning | Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today. |
| Filstorlek | 3.9 MB |
| Antal Installationer | 33 |
| Aktuell Version | 0.4.2 |
| Senast Uppdaterad | 2023-12-12 |
| Publiceringsdatum | 2023-12-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | realply |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://realply.com |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/b5322ce0-6523-43b6-87aa-657335590f3c |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Realply: AI LinkedIn Outreach",
"version": "0.4.2",
"description": "Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today.",
"permissions": [
"storage",
"tabs",
"cookies",
"alarms",
"scripting"
],
"host_permissions": [
"https:\/\/app.realply.com\/*",
"http:\/\/localhost\/*\/*",
"https:\/\/*.linkedin.com\/*"
],
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"96": "favicon-96x96.png",
"128": "favicon-192x192.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Realply: AI LinkedIn Outreach",
"default_icon": "Realply.png"
},
"background": {
"service_worker": "background.js"
}
} | |