DesignerLink Chrome App

DesignerLink Chrome App for the Web

What is DesignerLink Chrome App?

DesignerLink Chrome App is a Chrome extension developed by DesignerLink, and its main feature is "DesignerLink Chrome App for the Web".

Extension Screenshots

screenshot

Download DesignerLink Chrome App Extension CRX File

Download DesignerLink Chrome App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
Official URL https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
Description DesignerLink Chrome App for the Web
File Size 936 KB
Installation Count 168
Current Version 1.1.4
Last Updated 2021-03-25
Publish Date 2020-05-03
Developer DesignerLink
Email [email protected]
Payment Type free
Extension Website http://designerlinkapp.com/
Privacy Policy Page URL https://designerlink-chrome.flycricket.io/privacy.html
Supported Languages 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'"
}