Organic Traffic One Click
Select organic traffic with one click
What is Organic Traffic One Click?
Organic Traffic One Click is a Chrome extension developed by http://www.funnelpunk.com, and its main feature is "Select organic traffic with one click".
Extension Screenshots
Download Organic Traffic One Click Extension CRX File
Download Organic Traffic One Click 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
Select organic traffic with one click in Google Analytics
Extension Basic Information
Name | |
ID | peaneijldejcdnbffhgbkfaghejobpho |
Official URL | https://chrome.google.com/webstore/detail/organic-traffic-one-click/peaneijldejcdnbffhgbkfaghejobpho |
Description | Select organic traffic with one click |
File Size | 290 KB |
Installation Count | 129 |
Current Version | 1.2 |
Last Updated | 2017-03-23 |
Publish Date | 2017-03-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.funnelpunk.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organic Traffic One Click", "version": "1.2", "manifest_version": 2, "description": "Select organic traffic with one click", "browser_action": { "default_icon": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bgscript.js" ] }, "permissions": [ "tabs" ] } |