DesignerLink Chrome App

DesignerLink Chrome App for the Web

DesignerLink Chrome App क्या है?

DesignerLink Chrome App DesignerLink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DesignerLink Chrome App for the Web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DesignerLink Chrome App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}