Cornerstone DeepLink Generator

The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.

Τι είναι το Cornerstone DeepLink Generator;

Το Cornerstone DeepLink Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lmsmaven.com, και η κύρια λειτουργία του είναι "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cornerstone DeepLink Generator

Λήψη αρχείων επέκτασης Cornerstone DeepLink Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Simply visit the CSOD page you want to convert into a deeplink and open the extension to copy the deeplink with a single click.


For more information and for setup steps visit www.LMSMaven.com/generator                    

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

Όνομα Cornerstone DeepLink Generator Cornerstone DeepLink Generator
ID gcioabbnpeijcpimmmjciifjjdgfnahd
Επίσημο URL https://chromewebstore.google.com/detail/cornerstone-deeplink-gene/gcioabbnpeijcpimmmjciifjjdgfnahd
Περιγραφή The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.
Μέγεθος Αρχείου 378 KB
Αριθμός Εγκαταστάσεων 343
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-07-21
Ημερομηνία Δημοσίευσης 2021-07-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://lmsmaven.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.LMSMaven.com/generator
Διεύθυνση URL της Σελίδας Βοήθειας https://www.LMSMaven.com/contact
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cornerstone DeepLink Generator",
    "short_name": "Cornerstone DeepLink Generator",
    "version": "1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.",
    "icons": {
        "128": "icons\/icon.png",
        "256": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Cornerstone DeepLink Generator",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    }
}