Source Capture

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

Cos'è Source Capture?

Source Capture è un'estensione di Chrome sviluppata da https://tothesource.com, e la sua funzione principale è "Clip and save products from around the web to your Source project.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Source Capture

Scarica i file di estensione Source Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Source Capture Source Capture
ID mkealkclkbaddbmbdlogeoodekjgfccb
URL Ufficiale https://chromewebstore.google.com/detail/source-capture/mkealkclkbaddbmbdlogeoodekjgfccb
Descrizione Clip and save products from around the web to your Source project.
Dimensione del File 90.67 KB
Conteggio Installazioni 113
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-08-24
Data di Pubblicazione 2021-11-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://tothesource.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tothesource.com
URL della Pagina di Aiuto http://help.tothesource.com/en/
URL della Pagina della Politica sulla Privacy https://tothesource.com/privacy-policy
Lingue Supportate 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'"
}