Ogo Delivery - Talabat
This extension was created for talabat order post on ogo.delivery.
Qu'est-ce que Ogo Delivery - Talabat ?
Ogo Delivery - Talabat est une extension Chrome développée par https://ogo.delivery, et sa fonction principale est "This extension was created for talabat order post on ogo.delivery.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ogo Delivery - Talabat
Téléchargez les fichiers d'extension Ogo Delivery - Talabat 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 is for transfer order from talabat to ogo.delivery
Informations de Base sur l'Extension
Nom | |
ID | jdammbiiahhpfpplkppomjknkcgokgdp |
URL Officiel | https://chrome.google.com/webstore/detail/ogo-delivery-talabat/jdammbiiahhpfpplkppomjknkcgokgdp |
Description | This extension was created for talabat order post on ogo.delivery. |
Taille du Fichier | 339 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2019-07-26 |
Date de Publication | 2019-07-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://ogo.delivery |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://ogo.delivery |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ogo Delivery - Talabat", "version": "0.0.4", "manifest_version": 2, "description": "This extension was created for talabat order post on ogo.delivery.", "homepage_url": "http:\/\/github.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Ogo Delivery", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "chrome:\/\/*", "contentSettings", "contextMenus", "https:\/\/wla.talabat.com\/", "https:\/\/makan.place\/orderingbeta\/admin\/restaurant", "https:\/\/*\/" ], "omnibox": { "keyword": "ogo.delivery" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/wla.talabat.com\/", "https:\/\/makan.place\/orderingbeta\/admin\/restaurant" ], "js": [ "src\/inject\/jquery.js", "src\/inject\/inject.js" ] } ] } |