Bing Pages
Manage and promote your Bing Pages content with our Chrome extension
Was ist Bing Pages?
Bing Pages ist eine Chrome-Erweiterung, die von Microsoft Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Manage and promote your Bing Pages content with our Chrome extension".
Erweiterungsscreenshots
Bing Pages-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bing Pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grow your online presence with the Bing Pages extension for Chrome.
Here’s what you’ll get
• Instant access to your account on Bing Pages, where you can manage your presence on Bing and other Microsoft products
• One-click access to rich analytics and post promotions, which are free on Bing
• Notifications about post promotions and more Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imjkfeadoobmaemakmnaiiilafmadggo |
| Offizielle URL | https://chromewebstore.google.com/detail/bing-pages/imjkfeadoobmaemakmnaiiilafmadggo |
| Beschreibung | Manage and promote your Bing Pages content with our Chrome extension |
| Dateigröße | 12.02 KB |
| Installationsanzahl | 684 |
| Aktuelle Version | 0.6 |
| Letztes Update | 2020-09-22 |
| Veröffentlichungsdatum | 2020-02-14 |
| Bewertung | 4.75/5 Insgesamt 8 Bewertungen |
| Entwickler | Microsoft Corporation |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://go.microsoft.com/fwlink?LinkId=521839 |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js",
"ping.js"
]
},
"browser_action": {
"default_icon": "images\/BingStarPage_48.png"
},
"default_locale": "en",
"description": "__MSG_BingPagesDesc__",
"externally_connectable": {
"matches": [
"http:\/\/.msn.com\/",
"https:\/\/.msn.com\/",
"http:\/\/.microsoft.com\/",
"https:\/\/.microsoft.com\/",
"http:\/\/.bing.com\/",
"https:\/\/.bing.com\/"
]
},
"icons": {
"128": "images\/BingStarPage_128.png",
"16": "images\/BingStarPage_16.png",
"48": "images\/BingStarPage_48.png",
"64": "images\/BingStarPage_64.png"
},
"manifest_version": 2,
"name": "__MSG_BingPagesTitle__",
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "__MSG_BingPagesTitle__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.6",
"web_accessible_resources": [
"images\/BingStarPage_16.png"
]
} | |