Piwaa

Are you tired of managing dozens of messages every day on LinkedIn? Do you want to take conversation management to another level…

Piwaaคืออะไร?

Piwaa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://piwaa.com และคุณลักษณะหลักของมันคือ "Are you tired of managing dozens of messages every day on LinkedIn? Do you want to take conversation management to another level…"

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

screenshot
screenshot
screenshot

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

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

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

                        Are you tired of managing dozens of messages every day on LinkedIn?

Do you want to take conversation management to another level of efficiency? 

Piwaa is coming! 

This solution is an overlay to LinkedIn messaging, disastrous in terms of user experience and functionality, especially for prospecting.

❓ How does it works?

    1. Install Piwaa Chrome extension
    2. Log in to LinkedIn and click on Piwaa extension
    3. Handle all your message directly via Piwaa and enjoy its advanced features

🔥 What does it allow?

Integrated into an optimized and pleasant user interface, this messaging allows to:

✅ Schedule automatic follow-ups (when a contact ask to be recontacted later, for example)

✅ Create and use saved replies for recurring questions

✅ Take notes on prospects and assign them tags to optimize sorting and managing conversations

🚀 What’s coming next?

🔜 Zapier integration that allows to export prospects' information to any application including all CRM’s

🔜 Connect multiple accounts to the same interface. Get all features for each account

🔜 Profile enrichment

🔜 Triggers based on event, for example when a prospect is tagged, a conversation archived and so on, prospect information is automatically synchronized with your CRM

🔜 Track the click on the links sent

🔜 ProspectIn synchronization

📋 How do we manage your data?

We do not store any data as we retrieve the messages in real time from LinkedIn messaging. 

Piwaa behaves exactly like the standard LinkedIn messaging, the difference is in the interface and additional functionality that does not generate suspicious behavior with LinkedIn.                    

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

ชื่อ Piwaa Piwaa
ID bkcibcjcbhgjoddeldfmgkbaipjkidpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/piwaa/bkcibcjcbhgjoddeldfmgkbaipjkidpf
คำอธิบาย Are you tired of managing dozens of messages every day on LinkedIn? Do you want to take conversation management to another level…
ขนาดไฟล์ 1.64 MB
จำนวนการติดตั้ง 7,086
เวอร์ชันปัจจุบัน 1.0.30
อัปเดตครั้งล่าสุด 2021-09-03
วันที่เผยแพร่ 2020-08-12
คะแนน 4.37/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://piwaa.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.piwaa.com/
URL หน้าช่วยเหลือ https://www.piwaa.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.piwaa.com/useofdata
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Piwaa",
    "version": "1.0.30",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.linkedin.com\/messaging\/*",
        "*:\/\/*.piwaa.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "32": "assets\/32x32.png",
            "48": "assets\/48x48.png",
            "128": "assets\/128x128.png"
        },
        "default_title": "Options"
    },
    "icons": {
        "16": "assets\/16x16.png",
        "32": "assets\/32x32.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.piwaa.com\/*",
            "*:\/\/staging-piwaa-app.herokuapp.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'sha256-p4HUqFjphH209aUeBpzxj\/++01o1pocvfZuevJGlVEE='"
}