DesignerLink Chrome App

DesignerLink Chrome App for the Web

DesignerLink Chrome App là gì?

DesignerLink Chrome App là một tiện ích mở rộng Chrome được phát triển bởi DesignerLink, và tính năng chính của nó là "DesignerLink Chrome App for the Web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DesignerLink Chrome App

Tải xuống các tệp mở rộng DesignerLink Chrome App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DesignerLink Chrome App DesignerLink Chrome App
ID mcmcopimnpcphafennfhdccpnaognokj
URL Chính Thức https://chromewebstore.google.com/detail/designerlink-chrome-app/mcmcopimnpcphafennfhdccpnaognokj
Mô tả DesignerLink Chrome App for the Web
Kích Thước Tệp 936 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-03-25
Ngày Phát Hành 2020-05-03
Nhà Phát Triển DesignerLink
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://designerlinkapp.com/
URL Trang Chính Sách Bảo Mật https://designerlink-chrome.flycricket.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}