DesignerLink Chrome App

DesignerLink Chrome App for the Web

什么是DesignerLink Chrome App?

DesignerLink Chrome App是由DesignerLink开发的Chrome扩展程序,该扩展的主要功能是“DesignerLink Chrome App for the Web”。

扩展截图

screenshot

下载DesignerLink Chrome App扩展crx文件

下载DesignerLink Chrome App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
官方URL https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
简介 DesignerLink Chrome App for the Web
文件大小 936 KB
安装次数 168
当前版本 1.1.4
更新时间 2021-03-25
上架时间 2020-05-03
开发者 DesignerLink
电子邮箱 [email protected]
付费类型 free
扩展官网 http://designerlinkapp.com/
隐私政策页面URL https://designerlink-chrome.flycricket.io/privacy.html
支持的语言 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'"
}