DesignerLink Chrome App

DesignerLink Chrome App for the Web

Co to jest DesignerLink Chrome App?

DesignerLink Chrome App to rozszerzenie Chrome opracowane przez DesignerLink, a jego główną funkcją jest „DesignerLink Chrome App for the Web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DesignerLink Chrome App

Pobierz pliki rozszerzeń DesignerLink Chrome App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
Oficjalny URL https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
Opis DesignerLink Chrome App for the Web
Rozmiar pliku 936 KB
Liczba instalacji 168
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2021-03-25
Data Publikacji 2020-05-03
Deweloper DesignerLink
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://designerlinkapp.com/
Adres URL Strony Polityki Prywatności https://designerlink-chrome.flycricket.io/privacy.html
Obsługiwane Języki 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'"
}