Source Capture

Clip and save products from around the web to your Source project.

Source Capture là gì?

Source Capture là một tiện ích mở rộng Chrome được phát triển bởi https://tothesource.com, và tính năng chính của nó là "Clip and save products from around the web to your Source project.".

Ả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 Source Capture

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

                        Source Capture is a chrome extension that works seamlessly with Source’s commercial building material platform, allowing you to add custom products and manufacturers to your project. From plumbing fixtures to bespoke wallpaper, save imagery and data from any product webpage to your Source project. Products added via Source Capture work seamlessly with our other catalog items, giving you the ultimate flexibility organized in one place. 

Fire up Source Capture on any product page and it’ll comb the data to auto-fill relevant product information. Use the eyedropper to quickly select additional product information. With the click of a button, save the product back to the Source project of your choice.

You asked for it, we delivered. Source Capture gives you the freedom to create a project pallet that’s as unique as you are. Go wild.                    

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

Tên Source Capture Source Capture
ID mkealkclkbaddbmbdlogeoodekjgfccb
URL Chính Thức https://chromewebstore.google.com/detail/source-capture/mkealkclkbaddbmbdlogeoodekjgfccb
Mô tả Clip and save products from around the web to your Source project.
Kích Thước Tệp 90.67 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-08-24
Ngày Phát Hành 2021-11-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tothesource.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tothesource.com
URL Trang Trợ Giúp http://help.tothesource.com/en/
URL Trang Chính Sách Bảo Mật https://tothesource.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Capture",
    "description": "Clip and save products from around the web to your Source project.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/auth.api.tothesource.com\/*",
        "https:\/\/clipper.api.tothesource.com\/*",
        "https:\/\/app.tothesource.com\/*"
    ],
    "icons": {
        "34": "icon-34.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}