Odoo Barcode

Simulate barcode scanning!

Τι είναι το Odoo Barcode;

Το Odoo Barcode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Corentin POUHET-BRUNERIE, και η κύρια λειτουργία του είναι "Simulate barcode scanning!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Odoo Barcode

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

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

                        This extension allows you to test the Odoo Barcode app without a barcode scanner or printed labels.

All you have to do is enter several barcodes in a textarea separated by line breaks: operation types, locations, documents, commands...

In options,
1. you can choose whether the pop-up window closes after sending the barcodes.
2. you can set the timeout between two barcodes or before a command (barcode starting with "O-CMD." or "O-BTN.").

Have a nice test                    

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

Όνομα Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Επίσημο URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Περιγραφή Simulate barcode scanning!
Μέγεθος Αρχείου 19.79 KB
Αριθμός Εγκαταστάσεων 994
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2023-08-26
Ημερομηνία Δημοσίευσης 2021-11-13
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Corentin POUHET-BRUNERIE
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Odoo Barcode",
    "description": "Simulate barcode scanning!",
    "version": "0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html"
}