When Was Last Edit?

This extension shows when the doc was last edited

Τι είναι το When Was Last Edit?;

Το When Was Last Edit? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ludicrous Designs, και η κύρια λειτουργία του είναι "This extension shows when the doc was last edited".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης When Was Last Edit?

Λήψη αρχείων επέκτασης When Was Last Edit? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Instantly see your Google Docs' edit history with "When Was Last Edit?"

Are you frustrated with Google's new update that hides history in Google Docs, Sheets, and Slides? With the recent update, Google Docs hid the edit history. But don't worry, we have a solution!

Introducing "When Was Last Edit?", the Chrome extension that puts back your Google doc's edit history. Our tool brings back the convenience of seeing the last edit timestamp right when you load the page.

Features:

Instant Access: As soon as you open a Google Doc, Sheet, or Slide, our extension displays the last edit timestamp. No more wasting time navigating through menus to find this information.

Ease of Use: it just works. No buttons. Nothing for you to do. The info you need appears when the doc loads.

Real-time Updates: The extension provides real-time updates to the edit history, so you're always in the know about the latest changes and if a doc is still relevant.

Secure and Private: We respect your privacy. The extension does not access, store, or share any of your personal data. It only fetches the timestamp of the last edit.

Free to Use: Enjoy these features at no cost. Doc History Viewer is completely free.

Join thousands of productive Google Docs users who have brought back their edit history with Doc History Viewer. Install the extension today and never lose sight of your document edits again!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα When Was Last Edit? When Was Last Edit?
ID eiiaoekmlaeibcmakakkapjbiicbnhbf
Επίσημο URL https://chromewebstore.google.com/detail/when-was-last-edit/eiiaoekmlaeibcmakakkapjbiicbnhbf
Περιγραφή This extension shows when the doc was last edited
Μέγεθος Αρχείου 16.9 KB
Αριθμός Εγκαταστάσεων 126
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2024-02-11
Ημερομηνία Δημοσίευσης 2023-05-14
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Ludicrous Designs
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "When Was Last Edit?",
    "description": "This extension shows when the doc was last edited",
    "version": "2",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/16.png",
        "32": "src\/assets\/icons\/32.png",
        "48": "src\/assets\/icons\/48.png",
        "128": "src\/assets\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.0ad8da20.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "css": [
                "assets\/index.5b44df08.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "resources": [
                "assets\/index.ts.5caaf09c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}