小满助手

小满助手

What is 小满助手?

小满助手 is a Chrome extension developed by https://www.xiaoman.cn, and its main feature is "小满助手".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 小满助手 Extension CRX File

Download 小满助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 小满助手 小满助手
ID lkacpincnpeaopanmojlgibodfibghjc
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E6%BB%A1%E5%8A%A9%E6%89%8B/lkacpincnpeaopanmojlgibodfibghjc
Description 小满助手
File Size 4.73 MB
Installation Count 90,000
Current Version 2.9.0
Last Updated 2024-03-01
Publish Date 2019-08-23
Rating 2.95/5 Total 22 Ratings
Developer https://www.xiaoman.cn
Email [email protected]
Payment Type free
Extension Website https://www.xiaoman.cn
Privacy Policy Page URL https://www.xiaoman.cn/deep-know?activeIndex=2
Supported Languages 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"
    ]
}