Bing Pages
Manage and promote your Bing Pages content with our Chrome extension
Wat is Bing Pages?
Bing Pages is een Chrome-extensie ontwikkeld door Microsoft Corporation, en de belangrijkste functie is "Manage and promote your Bing Pages content with our Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Bing Pages
Download Bing Pages-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | imjkfeadoobmaemakmnaiiilafmadggo |
| Officiële URL | https://chromewebstore.google.com/detail/bing-pages/imjkfeadoobmaemakmnaiiilafmadggo |
| Beschrijving | Manage and promote your Bing Pages content with our Chrome extension |
| Bestandsgrootte | 12.02 KB |
| Aantal Installaties | 684 |
| Huidige Versie | 0.6 |
| Laatst Bijgewerkt | 2020-09-22 |
| Publicatiedatum | 2020-02-14 |
| Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Microsoft Corporation |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://go.microsoft.com/fwlink?LinkId=521839 |
| Ondersteunde Talen | 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"
]
} | |