小满助手

小满助手

小满助手คืออะไร?

小满助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xiaoman.cn และคุณลักษณะหลักของมันคือ "小满助手"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 小满助手

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

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

                        小满CRM管理系统助理,配合小满CRM云服务使用。https://xiaoman.cn/                    

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

ชื่อ 小满助手 小满助手
ID lkacpincnpeaopanmojlgibodfibghjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E5%B0%8F%E6%BB%A1%E5%8A%A9%E6%89%8B/lkacpincnpeaopanmojlgibodfibghjc
คำอธิบาย 小满助手
ขนาดไฟล์ 4.73 MB
จำนวนการติดตั้ง 90,000
เวอร์ชันปัจจุบัน 2.9.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2019-08-23
คะแนน 2.95/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://www.xiaoman.cn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xiaoman.cn
URL หน้านโยบายความเป็นส่วนตัว https://www.xiaoman.cn/deep-know?activeIndex=2
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c0f\u6ee1\u52a9\u624b",
    "manifest_version": 2,
    "description": "\u5c0f\u6ee1\u52a9\u624b",
    "version": "2.9.0",
    "default_locale": "zh_CN",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cfile.xiaoman.cn; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.google.com.hk\/search*",
                "*:\/\/*.google.com.tw\/search*",
                "*:\/\/*.google.com.au\/search*",
                "*:\/\/*.google.co.jp\/search*",
                "*:\/\/*.google.co.uk\/search*",
                "*:\/\/*.google.fr\/search*",
                "*:\/\/*.google.de\/search*",
                "*:\/\/*.google.it\/search*",
                "*:\/\/*.google.nl\/search*",
                "*:\/\/*.google.ch\/search*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/googleSearch.css"
            ],
            "js": [
                "scripts\/googleSearch.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.xiaoman.cn\/*",
                "*:\/\/*.xiaoman.site\/*",
                "*:\/\/*.xiaoman.co\/*",
                "*:\/\/*.xiaoman.cc\/*",
                "*:\/\/*.m.tips\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedin.cn\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/finder.css"
            ],
            "js": [
                "scripts\/finder.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.linkedin.com\/search\/results\/companies\/*",
                "*:\/\/www.linkedin.com\/company\/*",
                "*:\/\/www.linkedin.com\/search\/results\/people\/*",
                "*:\/\/www.linkedin.com\/search\/results\/all\/*",
                "*:\/\/www.linkedin.com\/in\/*",
                "*:\/\/www.linkedin.com\/people\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/linkedin.css"
            ],
            "js": [
                "scripts\/linkedin.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/whatsapp.js"
            ],
            "css": [
                "css\/whatsapp.css",
                "css\/whatsappInject.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.xiaoman.cn\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/whatsappExpose.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.xiaoman.cn\/*",
                "*:\/\/work.okki.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/alibabaLoginContent.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/[email protected]",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/[email protected]",
            "48": "img\/[email protected]",
            "128": "img\/[email protected]"
        },
        "default_title": "\u6b63\u5728\u8fd0\u884c",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "background",
        "cookies",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "img\/*",
        "scripts\/alibabaLoginInject.js",
        "scripts\/xiaomanBaseInject.js",
        "scripts\/whatsappInject.js"
    ]
}