SpotDraft Gmail Plugin

Intuitive Gmail extension that makes contract management with SpotDraft easy and efficient.

SpotDraft Gmail Plugin क्या है?

SpotDraft Gmail Plugin Spotdraft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Intuitive Gmail extension that makes contract management with SpotDraft easy and efficient."।

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

screenshot

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

crx प्रारूप में SpotDraft Gmail Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing SpotDraft’s Gmail plugin! Manage your contracting efficiently with an intuitive UI and hassle-free experience!

Key features:

Attach the latest version of your contracts to your email directly: This is incredibly useful when you have to send a contract to your customer quickly without the struggle of finding the latest version in your computer folder.

Upload a contract directly to your SpotDraft account: You no longer have to download the file to your computer first and then upload it to SpotDraft. It can all be done without ever leaving your Gmail inbox.

Upload a new version to your SpotDraft account: When you get a new version of a contract from your customer, upload it directly to the existing contract so that you don’t lose track of the changes.

Assign reviewers: When uploading the contract to SpotDraft, you can now assign a reviewer. You no longer have to send a notification to someone through email or other messaging platforms.                    

एक्सटेंशन की मूल जानकारी

नाम SpotDraft Gmail Plugin SpotDraft Gmail Plugin
ID blbdaemphohbjalfhmilbekkfahloeng
आधिकारिक URL https://chromewebstore.google.com/detail/spotdraft-gmail-plugin/blbdaemphohbjalfhmilbekkfahloeng
विवरण Intuitive Gmail extension that makes contract management with SpotDraft easy and efficient.
फ़ाइल का आकार 5.79 MB
स्थापना संख्या 210
वर्तमान संस्करण 0.0.0.14
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2022-09-25
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Spotdraft
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.spotdraft.com/
सहायता पृष्ठ URL https://www.spotdraft.com/
गोपनीयता नीति पृष्ठ URL https://www.spotdraft.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpotDraft Gmail Plugin",
    "version": "0.0.0.14",
    "description": "Intuitive Gmail extension that makes contract management with SpotDraft easy and efficient.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/storage.googleapis.com\/",
        "https:\/\/api.spotdraft.com\/",
        "https:\/\/www.google.com\/",
        "https:\/\/cdn.spotdraft.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "resources": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "css": [
                "custom-inbox.css"
            ],
            "assets": [
                "assets\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    }
}