Add Numbers to Google Search Results
Add Numbers to Google Search Results.
What is Add Numbers to Google Search Results?
Add Numbers to Google Search Results is a Chrome extension developed by https://organicsearch.agency, and its main feature is "Add Numbers to Google Search Results.".
Extension Screenshots
Download Add Numbers to Google Search Results Extension CRX File
Download Add Numbers to Google Search Results 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
Numbers will appear next to each Google search result, so you can easily track your rankings. Useful SEO tool.
Extension Basic Information
Name | Add Numbers to Google Search Results |
ID | hmhfgamokbcmojdfcfnlalffmkkbfpjb |
Official URL | https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb |
Description | Add Numbers to Google Search Results. |
File Size | 5.81 KB |
Installation Count | 3,221 |
Current Version | 1 |
Last Updated | 2018-12-25 |
Publish Date | 2018-12-24 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://organicsearch.agency |
[email protected] | |
Payment Type | free |
Extension Website | https://organicsearch.agency |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "ordinate.js" ], "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "name": "Add Numbers to Google Search Results", "description": "Add Numbers to Google Search Results.", "version": "1", "author": "organicsearch.agency", "browser_action": { "default_icon": "organicsearch.agency.png", "default_title": "Add Numbers to Google Search Results" } } |