Bulk

Bulk

Qu'est-ce que Bulk ?

Bulk est une extension Chrome développée par Rajkumaar Srikugasivaloganathan, et sa fonction principale est "Bulk".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bulk

Téléchargez les fichiers d'extension Bulk 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

                        This tool can be used to work along with the nbn web site. This will help to extract order information and add comments to the order. This extension will only work if you have a valid login to nbn site.                    

Informations de Base sur l'Extension

Nom Bulk Bulk
ID gbapcfehmifheogkdhlhelhiemjpfpha
URL Officiel https://chromewebstore.google.com/detail/bulk/gbapcfehmifheogkdhlhelhiemjpfpha
Description Bulk
Taille du Fichier 93.84 KB
Nombre d'Installations 212
Version Actuelle 2.9
Dernière Mise à Jour 2020-10-01
Date de Publication 2020-06-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur Rajkumaar Srikugasivaloganathan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk",
    "description": "Bulk",
    "author": "Rajkumaar Srikugasivaloganathan",
    "version": "2.9",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/",
                "*:\/\/*.nbnco.com.au\/online_customers\/*",
                "*:\/\/*.nbnco.net.au\/online_customers\/*"
            ],
            "css": [
                "mycss.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js",
                "inc.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "38": "images\/icon38.png",
        "64": "images\/icon38.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}