SEObserver
SEObserver Chrome Extension - Finds the Backlink which has been clicked.
What is SEObserver?
SEObserver is a Chrome extension developed by https://www.seobserver.com, and its main feature is "SEObserver Chrome Extension - Finds the Backlink which has been clicked.".
Extension Screenshots
Download SEObserver Extension CRX File
Download SEObserver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lors d'une review de backlink, permet de retrouver facilement le backlink qui a été consulté depuis l'interface d'admin. Il suffit d'un clic sur l'extension pour que l'écran scrolle automatiquement jusqu'au backlink, qu'il l'entoure en rouge sur fond jaune fluo. Pour l'installation, ouvrir l'onglet "Options" et d'y ajouter votre clé d'API. Réservé aux clients SEObserver.
Extension Basic Information
Name | SEObserver |
ID | cmojgpbklodceichjfalmcpkpkcaaoea |
Official URL | https://chromewebstore.google.com/detail/seobserver/cmojgpbklodceichjfalmcpkpkcaaoea |
Description | SEObserver Chrome Extension - Finds the Backlink which has been clicked. |
File Size | 67.15 KB |
Installation Count | 934 |
Current Version | 0.1.3 |
Last Updated | 2022-09-10 |
Publish Date | 2017-03-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.seobserver.com |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "favicon.png", "default_title": "SEObserver Find Backlink" }, "name": "SEObserver", "description": "SEObserver Chrome Extension - Finds the Backlink which has been clicked.", "icons": { "64": "favicon.png" }, "homepage_url": "https:\/\/www.seobserver.com", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "0.1.3", "manifest_version": 2 } |