SBS Export and Import
SBS Export and Import allows you to access and analyze all of your sports data
Wat is SBS Export and Import?
SBS Export and Import is een Chrome-extensie ontwikkeld door SBS, en de belangrijkste functie is "SBS Export and Import allows you to access and analyze all of your sports data".
Extensie Screenshots
Download het CRX-bestand van de extensie SBS Export and Import
Download SBS Export and Import-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension allows you to better organize your data
Basisinformatie over de Extensie
Naam | SBS Export and Import |
ID | gnmejndpabiihdgnfkekmbekglnnhacj |
Officiële URL | https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj |
Beschrijving | SBS Export and Import allows you to access and analyze all of your sports data |
Bestandsgrootte | 175 KB |
Aantal Installaties | 280 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-12-15 |
Publicatiedatum | 2022-11-08 |
Ontwikkelaar | SBS |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.sportsbookscout.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SBS Export and Import", "description": "SBS Export and Import allows you to access and analyze all of your sports data", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "logo\/16.png", "48": "logo\/48.png", "128": "logo\/icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "SBS Export and Import", "default_icon": "logo\/icon.png" }, "permissions": [ "storage", "cookies", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.sportsbookscout.com\/*", "*:\/\/fanduel.com\/*", "*:\/\/*.fanduel.com\/*", "*:\/\/*.draftkings.com\/*", "*:\/\/draftkings.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rule1", "enabled": true, "path": "netRules.json" } ] } } |