Source Capture

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

Source Capture क्या है?

Source Capture https://tothesource.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip and save products from around the web to your Source project."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Source Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}