DWG FastView - CAD Viewer&Editor

Easily view 2D/3D drawings and DWG to PDF Converter.

Qu'est-ce que DWG FastView - CAD Viewer&Editor ?

DWG FastView - CAD Viewer&Editor est une extension Chrome développée par https://dwgfastview.com, et sa fonction principale est "Easily view 2D/3D drawings and DWG to PDF Converter.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DWG FastView - CAD Viewer&Editor

Téléchargez les fichiers d'extension DWG FastView - CAD Viewer&Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easily view and share CAD 2D drawings and 3D models on your browser without installing any software.

DWG FastView For Web is a powerful tool that has multiple useful functions and fully compatible with AutoCAD. If you want to quickly view and edit for your drawings in your browser,  then the extension is just the ideal tool for you. 

★ Features ★
1. Easily browse 2D/3D CAD files online;
2. Support export to PDF, BMP, JPG and PNG, and share it to anyone freely;
3. Support manage layers and print your drawings online;
4. Measure Distance, Coordinates,Angles and Arc;
5. Draw Line, Arrow, Revcloud, Ellipse,Text and Sketch;
6. Supports multiple languages, includ English, French, German, Spanish, Portuguese, Italian, Turkish, Japanese, etc;
7. DWG FastView Cloud: Cross platform application - DWG FastView for Web, for Mobile, for Windows.

★ Support ★
Please contact us for support at: [email protected]                    

Informations de Base sur l'Extension

Nom DWG FastView - CAD Viewer&Editor DWG FastView - CAD Viewer&Editor
ID kjficphkplbinnhobohlnchgfkcdchpm
URL Officiel https://chromewebstore.google.com/detail/dwg-fastview-cad-viewered/kjficphkplbinnhobohlnchgfkcdchpm
Description Easily view 2D/3D drawings and DWG to PDF Converter.
Taille du Fichier 159 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2023-12-15
Date de Publication 2023-12-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://dwgfastview.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://en.dwgfastview.com/
URL de la Page d'Aide https://en.dwgfastview.com/
URL de la Page de Politique de Confidentialité https://www.gstarcad.net/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DWG FastView - CAD Viewer&Editor",
    "version": "1.0",
    "description": "Easily view 2D\/3D drawings and DWG to PDF Converter.",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "DWG FastView - CAD Viewer&Editor"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "host_permissions": [
        "*:\/\/*.dwgfastview.com\/"
    ],
    "permissions": [
        "cookies"
    ]
}