Source Capture

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

Source Capture란 무엇입니까?

Source Capture은(는) https://tothesource.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip and save products from around the web to your Source project."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Source Capture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Source Capture Source Capture
ID mkealkclkbaddbmbdlogeoodekjgfccb
공식 URL https://chromewebstore.google.com/detail/source-capture/mkealkclkbaddbmbdlogeoodekjgfccb
설명 Clip and save products from around the web to your Source project.
파일 크기 90.67 KB
설치 횟수 113
현재 버전 1.0.3
최근 업데이트 2022-08-24
출시 날짜 2021-11-01
평점 5.00/5 총 1 개의 평점
개발자 https://tothesource.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tothesource.com
도움말 페이지 URL http://help.tothesource.com/en/
개인정보 보호 정책 페이지 URL https://tothesource.com/privacy-policy
지원되는 언어 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'"
}