Source Capture

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

Source Captureคืออะไร?

Source Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tothesource.com และคุณลักษณะหลักของมันคือ "Clip and save products from around the web to your Source project."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Source Capture

ดาวน์โหลดไฟล์ส่วนขยาย Source Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}