DesignerLink Chrome App

DesignerLink Chrome App for the Web

Cos'è DesignerLink Chrome App?

DesignerLink Chrome App è un'estensione di Chrome sviluppata da DesignerLink, e la sua funzione principale è "DesignerLink Chrome App for the Web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DesignerLink Chrome App

Scarica i file di estensione DesignerLink Chrome App 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

                        The DesignerLink Chrome App, developed by DesignerAdvantage, helps you quickly and efficiently enter items into projects in your DesignerLink account.

Create proposals for clients faster than ever using this app by seamlessly sourcing and saving products directly from vendor websites.

With the DesignerLink Chrome App create new DesignerLink items by simply clicking on the photos and text in the vendor website. Use these items to request vendor quotes, create proposals, and save in your item library.

Join the designers who are saving countless hours on data entry and spending more time on design.                    

Informazioni di Base sull'Estensione

Nome DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
URL Ufficiale https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
Descrizione DesignerLink Chrome App for the Web
Dimensione del File 936 KB
Conteggio Installazioni 168
Versione Corrente 1.1.4
Ultimo Aggiornamento 2021-03-25
Data di Pubblicazione 2020-05-03
Sviluppatore DesignerLink
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://designerlinkapp.com/
URL della Pagina della Politica sulla Privacy https://designerlink-chrome.flycricket.io/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "DesignerLink Chrome App for the Web",
    "version": "1.1.4",
    "manifest_version": 2,
    "name": "DesignerLink Chrome App",
    "icons": {
        "16": "DL.png",
        "48": "DL.png",
        "128": "DL.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "activeTab",
        "storage",
        "identity",
        ""
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "DL.png"
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}