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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}