LeadrPro

The first marketplace connecting sellers with buyers of software solutions.

LeadrProคืออะไร?

LeadrPro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LeadrPro, Inc. และคุณลักษณะหลักของมันคือ "The first marketplace connecting sellers with buyers of software solutions."

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

screenshot
screenshot
screenshot

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

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

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

                        Get rid of the clutter in your inbox and reduce your emails by upwards of 40%. Redirect those emails to your LeadrPro account (optional) to get paid $100-250 for your time (30 min demos) or just use our extension free for life!                    

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

ชื่อ LeadrPro LeadrPro
ID geafkcghclbonkgbalogklcbnagjpekp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leadrpro/geafkcghclbonkgbalogklcbnagjpekp
คำอธิบาย The first marketplace connecting sellers with buyers of software solutions.
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2022-08-11
ผู้พัฒนา LeadrPro, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.leadrpro.com/
URL หน้านโยบายความเป็นส่วนตัว https://7f282c0a-3e90-49b5-9b15-120ad3e87301.usrfiles.com/ugd/7f282c_37d824199fff4a318d090ebdf9cee8bd.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeadrPro",
    "version": "1.6",
    "description": "The first marketplace connecting sellers with buyers of software solutions.",
    "icons": {
        "128": "assets\/images\/leaderproLogo128.png",
        "64": "assets\/images\/leaderproLogo64.png",
        "16": "assets\/images\/leaderproLogo16.png"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage",
        "identity",
        "scripting",
        "unlimitedStorage",
        "identity.email",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/login.html"
    },
    "oauth2": {
        "client_id": "950289477848-lnl5t5a5k0ua5m66gsfi4csc0c6s3oq9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/gmail.settings.basic",
            "https:\/\/www.googleapis.com\/auth\/contacts",
            "https:\/\/www.googleapis.com\/auth\/gmail.labels",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "font\/*.woff2",
                "js\/*.js",
                "css\/ui.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    }
}