DesignerLink Chrome App

DesignerLink Chrome App for the Web

Qu'est-ce que DesignerLink Chrome App ?

DesignerLink Chrome App est une extension Chrome développée par DesignerLink, et sa fonction principale est "DesignerLink Chrome App for the Web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DesignerLink Chrome App

Téléchargez les fichiers d'extension DesignerLink Chrome App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
URL Officiel https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
Description DesignerLink Chrome App for the Web
Taille du Fichier 936 KB
Nombre d'Installations 168
Version Actuelle 1.1.4
Dernière Mise à Jour 2021-03-25
Date de Publication 2020-05-03
Développeur DesignerLink
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://designerlinkapp.com/
URL de la Page de Politique de Confidentialité https://designerlink-chrome.flycricket.io/privacy.html
Langues Prises en Charge 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'"
}