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
Eメール [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'"
}