小满助手

小满助手

小满助手란 무엇입니까?

小满助手은(는) https://www.xiaoman.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "小满助手"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

小满助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        小满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"
    ]
}