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
官方網址 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'"
}