SalesRobot

Build your personal brand on LinkedIn using AI

SalesRobotคืออะไร?

SalesRobot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SalesRobot และคุณลักษณะหลักของมันคือ "Build your personal brand on LinkedIn using AI"

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

screenshot

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

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

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

                        You can use this extension to write thoughtful, insightful comments using AI to build your brand on LinkedIn

It also automates LinkedIn actions locally on the browser from the campaigns creates on salesrobot.co platform                    

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

ชื่อ SalesRobot SalesRobot
ID mlknnmdepgmefemphhdombdflfgceejg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesrobot/mlknnmdepgmefemphhdombdflfgceejg
คำอธิบาย Build your personal brand on LinkedIn using AI
ขนาดไฟล์ 6.31 MB
จำนวนการติดตั้ง 1,117
เวอร์ชันปัจจุบัน 0.1.48
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2021-12-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SalesRobot
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://salesrobot.co
URL หน้านโยบายความเป็นส่วนตัว https://www.salesrobot.co/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.48",
    "short_name": "SalesRobot",
    "name": "SalesRobot",
    "description": "Build your personal brand on LinkedIn using AI",
    "browser_action": {
        "default_title": "SalesRobot"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/email.leadzilla.ai\/*",
                "https:\/\/app.leadzilla.ai\/*",
                "https:\/\/app.salesrobot.co\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "img\/*.png",
        "img\/*.svg"
    ],
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/email.leadzilla.ai\/*",
        "https:\/\/app.leadzilla.ai\/*",
        "https:\/\/app.salesrobot.co\/*",
        "webNavigation",
        "storage",
        "cookies",
        "activeTab",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/js.chargebee.com https:\/\/leadzilla.chargebee.com https:\/\/raw.githubusercontent.com https:\/\/cdn.lr-in.com\/logger-1.min.js https:\/\/app.salesrobot.co\/*; object-src 'self'"
}