Sourcify - Factory Confirm Tool for Alibaba

Factory Confirmation Tool for Alibaba

Sourcify - Factory Confirm Tool for Alibaba là gì?

Sourcify - Factory Confirm Tool for Alibaba là một tiện ích mở rộng Chrome được phát triển bởi http://sourcify.com, và tính năng chính của nó là "Factory Confirmation Tool for Alibaba".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sourcify - Factory Confirm Tool for Alibaba

Tải xuống các tệp mở rộng Sourcify - Factory Confirm Tool for Alibaba dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Your garuanteed way to confirm if a factory on Alibaba is legit.

Features:
- Use advanced data analysis and artificial intelligence to see the likelihood a factory is ligetimate.
- Get instant factory insight on Alibaba companies as your browse.
- Recieve in depth metrics about factories you have checked.
- Get real time confirmation as your browse Alibaba.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sourcify - Factory Confirm Tool for Alibaba Sourcify - Factory Confirm Tool for Alibaba
ID mgppimcmgneocidmaomcbcidobpkokah
URL Chính Thức https://chrome.google.com/webstore/detail/sourcify-factory-confirm/mgppimcmgneocidmaomcbcidobpkokah
Mô tả Factory Confirmation Tool for Alibaba
Kích Thước Tệp 833 KB
Số Lần Cài Đặt 1,508
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2019-05-17
Ngày Phát Hành 2019-05-17
Đánh Giá 2.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển http://sourcify.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://trysourcify.com/licenses/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sourcify - Factory Confirm Tool for Alibaba",
    "short_name": "Sourcify Factory Confirm",
    "description": "Factory Confirmation Tool for Alibaba",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_popup": "views\/popup.html"
    },
    "web_accessible_resources": [
        "images\/fc-logo-4.png",
        "images\/fc-logo-5.png",
        "fonts\/Lato-Bold.ttf",
        "fonts\/Dosis-Medium.otf",
        "fonts\/Lato-Regular.ttf"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/api.trysourcify.com\/v1\/*",
        "https:\/\/analytics.trysourcify.com\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.alibaba.com\/*",
                "*:\/\/*.en.alibaba.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "scripts\/content.js"
            ]
        }
    ]
}