Pixcall

This extension will help you to save inspiration/reference images to Pixcall.

Pixcall là gì?

Pixcall là một tiện ích mở rộng Chrome được phát triển bởi 简易网络, và tính năng chính của nó là "This extension will help you to save inspiration/reference images to Pixcall.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pixcall

Tải xuống các tệp mở rộng Pixcall 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

                        ⭐️  Pixcall is a digital asset management app with a file hosting service for designers, video editors, photographers and other user groups who have a large number of local file management needs. It helps you manage pictures, videos and files of any format more efficiently. Pixcall products include:
        ▸ Pixcall desktop client
        ▸ Pixcall website
        ▸ Pixcall browser extension

⭐️  Pixcall browser extension has the following features:
        ▸ Save images and videos from any website to the Pixcall desktop client library

⭐️  You can learn more about Pixcall products by visiting https://pixcall.com.                    

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

Tên Pixcall Pixcall
ID damdgpjmjphpbefjenbpmmknijkiiemo
URL Chính Thức https://chromewebstore.google.com/detail/pixcall/damdgpjmjphpbefjenbpmmknijkiiemo
Mô tả This extension will help you to save inspiration/reference images to Pixcall.
Kích Thước Tệp 655 KB
Số Lần Cài Đặt 1,657
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2022-03-31
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển 简易网络
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pixcall.com
URL Trang Trợ Giúp http://docs.pixcall.com
URL Trang Chính Sách Bảo Mật http://docs.pixcall.com/docs/about/privacy
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.2.2",
    "action": {
        "default_title": "__MSG_openApp__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "background": {
        "service_worker": "assets\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "__MSG_openApp__"
        },
        "capture-area": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "__MSG_captureArea__"
        },
        "capture-viewport": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "__MSG_captureViewport__"
        },
        "capture-full-page": {
            "suggested_key": {
                "default": "Alt+Shift+3"
            },
            "description": "__MSG_captureFullPage__"
        },
        "capture-html": {
            "description": "__MSG_captureHTML__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self';"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting",
        "pageCapture",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "disabled\/*",
                "assets\/*",
                "js\/*",
                "css\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}