DesignerLink Chrome App

DesignerLink Chrome App for the Web

DesignerLink Chrome Appคืออะไร?

DesignerLink Chrome App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DesignerLink และคุณลักษณะหลักของมันคือ "DesignerLink Chrome App for the Web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DesignerLink Chrome App

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}