Luuma Clipper

The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click

Wat is Luuma Clipper?

Luuma Clipper is een Chrome-extensie ontwikkeld door https://luuma.com, en de belangrijkste functie is "The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Luuma Clipper

Download Luuma Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Send images, text and files from any website straight into your Luuma Catalog

Save time adding items and filling out your option cards with the Luuma Clipper for Chrome extension.

By adding a the clipper to your Chrome browser it becomes really easy to open the Luuma Catalog right inside the browser of any website that you are on - allowing you to seamlessly add inspirations or specifications directly into any of your projects from anywhere on the web

Skip cluttering up your desktop and save hours of copy/paste time.  The Luuma Clipper puts the photos, files or text you want from any website right into your Luuma Catalog.

Now you can view, add and update any items in your project while you are on a suppliers website - the Luuma Clipper is simple to use and is the ultimate shortcut to getting your sourcing done and ready to show off in Luuma.

Quickly access any project Catalog from your browser while you are sourcing ideas and products to supercharge your productivity.

Never worry about where all your selections and choices go again - when you or anyone on your team needs them for presentations they are all set to go for Storyboards and Specification Schedules you make in Luuma that takes only minutes if not seconds.                    

Basisinformatie over de Extensie

Naam Luuma Clipper Luuma Clipper
ID iodgglldpccapheaegbpihjfkhaimmlp
Officiële URL https://chromewebstore.google.com/detail/luuma-clipper/iodgglldpccapheaegbpihjfkhaimmlp
Beschrijving The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click
Bestandsgrootte 1.42 MB
Aantal Installaties 11
Huidige Versie 2.3.0
Laatst Bijgewerkt 2018-11-12
Publicatiedatum 2018-11-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://luuma.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luuma Clipper",
    "description": "The Luuma clipper lets you capture images, specs and files directly into Luuma with just ONE click",
    "version": "2.3.0",
    "author": "Wamoozle Inc.",
    "content_security_policy": "script-src 'self' 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https:\/\/www.luuma.com\/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https:\/\/luuma.com\/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https:\/\/digitaljobbookbeta.com\/ 'sha256-Gkljpwo6Yo2IdJAYCA1E6lLdDfzphZyi1djFpgdnPng=' https:\/\/www.digitaljobbookbeta.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon16.png",
            "32": "images\/favicon32.png",
            "48": "images\/favicon48.png",
            "128": "images\/favicon128.png"
        },
        "default_title": "Luuma Clipper",
        "default_popup": "html\/popup.html"
    },
    "chrome_url_overrides": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/luuma.com\/*\/*",
            "https:\/\/digitaljobbookbeta.com\/*\/*",
            "https:\/\/www.luuma.com\/*\/*",
            "https:\/\/www.digitaljobbookbeta.com\/*\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jQuery\/jquery-3.3.1.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "jQuery\/jquery-3.3.1.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "https:\/\/luuma.com\/*",
        "https:\/\/digitaljobbookbeta.com\/*",
        "html\/*",
        "images\/*",
        "jQuery\/jquery-3.3.1.js",
        "css\/*",
        "plugin.html",
        "http:\/\/fonts.googleapis.com\/css?family=Roboto"
    ]
}