Nexweave

Nexweave plugin to create interactive experience right from the LinkedIn profile page and Gmail Inbox

Nexweaveคืออะไร?

Nexweave เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nexweave และคุณลักษณะหลักของมันคือ "Nexweave plugin to create interactive experience right from the LinkedIn profile page and Gmail Inbox"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Nexweave ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Personalized Outreach with Nexweave | Send Hyper-personalized Images and Videos to your prospects over email and LinkedIn

How would you respond if …
You received an image in your e-mail or LinkedIn chat that contains your name, company logo and a screenshot of your website
You clicked on the image and it took you to a video that contains your name, logo and something that could help improve your website performance?

Would it make you more curious? Would it increase the chances of you replying to the messages?

Personalized Media causes a ‘Pattern interrupt’ is an extremely effective technique in sales that pushes recipients to not rely on their generic responses. Which is why we’ve observed that such communication gets a minimum of 300% better reply rates as compared to standard messages. Interesting isn’t it? 

You can now serve hyper-personalized images & video links through Gmail or LinkedIn with the help of Nexweave’s Outreach Plugin and boost your reply rates & engagement.  

Here is how you can put Nexweave to use for your Sales Outreach using Gmail

STEP 1 - Set up an Image Template
Create an image with placeholders for your prospect’s name, logo and company screenshot, if you want every recipient to see their name and company logo to be shown on the image. If you have other ideas, feel free to add your own personalization variables.

Step 2 - Set up a Video Template
Use the same personalization variables in the video to have coherence in the customer journey. When they feel like you’ve taken the effort to make something just for them, they will most likely want to respond to your video message. To make it easier for them to do so, keep the videos short and include a Call-To-Action in the video which will help then either ‘Book a Call’ or ‘Start a Trial’

Step 3 - Create a Campaign
With Campaigns, you can have 3 flows - 
Serve personalized images in emails 
Serve clickable personalized images that redirect your prospects to a personalized video on your landing page. 

If you’re using LinkedIn, you can use the same method to include either images or video links with personalized images as previews. 

So go ahead and try them out. if you need assistance, send us an email on [email protected] or message us through the chat option on our website https://www.nexweave.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nexweave Nexweave
ID ceglbfefclnlbemejafdmehdjnejadlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nexweave/ceglbfefclnlbemejafdmehdjnejadlb
คำอธิบาย Nexweave plugin to create interactive experience right from the LinkedIn profile page and Gmail Inbox
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 702
เวอร์ชันปัจจุบัน 1.0.19
อัปเดตครั้งล่าสุด 2023-04-21
วันที่เผยแพร่ 2020-10-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nexweave
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nexweave.com
URL หน้าช่วยเหลือ https://www.nexweave.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.nexweave.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nexweave",
    "description": "Nexweave plugin to create interactive experience right from the LinkedIn profile page and Gmail Inbox",
    "version": "1.0.19",
    "action": {
        "default_icon": "assets\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.mail.google.com\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/vendor\/js\/nex.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.mail.google.com\/*"
    ]
}