SigueCol

SigueCol

What is SigueCol?

SigueCol is a Chrome extension developed by Br1 Ferrari, and its main feature is "SigueCol".

Download SigueCol Extension CRX File

Download SigueCol 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

                        Seguimiento inmediato - Colombia

-Servientrega
-Interrapidisimo
-Deprisa
-Envia

v 1.1: Se actualizó el seguimiento de Servientrega ya que había dejado de funcionar.
v 1.2: Se vuelve a actualizar dada la modificación en la página de Servientrega.

ByBr1                    

Extension Basic Information

Name SigueCol SigueCol
ID oiokcahcgdnmnbhdlpladdhgbjdgpefk
Official URL https://chrome.google.com/webstore/detail/oiokcahcgdnmnbhdlpladdhgbjdgpefk
Description SigueCol
File Size 31.23 KB
Installation Count 25
Current Version 1.2
Last Updated 2018-05-14
Publish Date 2018-05-14
Developer Br1 Ferrari
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SigueCol",
    "description": "SigueCol",
    "version": "1.2",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "SigueCol"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "newLogoCol.png"
    }
}