Ceri.us PWA Builder

Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram

Was ist Ceri.us PWA Builder?

Ceri.us PWA Builder ist eine Chrome-Erweiterung, die von https://www.airbridgelabs.com entwickelt wurde, und ihr Hauptmerkmal ist "Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ceri.us PWA Builder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ceri.us PWA Builder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Got Mobile?

With any Public Instagram account.... you can!

Do you have a public Instagram account with references to all sorts of social media links and hashtags to all your events, calendars, phone numbers, maps/addresses AND PHOTOS/VIDEOS?

But your links aren't clickable, can't show the calendar, hashtags only work inside Instagram, no one click dialing and no clickable driving directions to your event or hotel / business destination?

GET THIS CHROME EXTENSION TO CREATE A CERI.US BRANDED MOBILE APP WITH ALL THE ABOVE IN SECONDS 
                                                                        OR 
MODIFY THE ONE YOU CREATED WITH THE URL ceri.us/{Instagram Account} before you got here.

Simply log into your public instagram account with this chrome extension installed and click on the extension icon when it turns green (meaning you have logged in as the owner of the account).

No Registration Required - BUT YOU MUST log into your Instagram page with this Chrome Extension Installed to make/add/modify changes to your app.                    

Grundlegende Informationen zur Erweiterung

Name Ceri.us PWA Builder Ceri.us PWA Builder
ID eogipfnbijonmdcbembnjajobmkblamd
Offizielle URL https://chromewebstore.google.com/detail/cerius-pwa-builder/eogipfnbijonmdcbembnjajobmkblamd
Beschreibung Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram
Dateigröße 17.74 MB
Installationsanzahl 57
Aktuelle Version 1.13
Letztes Update 2020-08-14
Veröffentlichungsdatum 2020-07-02
Entwickler https://www.airbridgelabs.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.airbridgelabs.com/1cmPricing
Hilfeseite URL https://www.airbridgelabs.com/1cmPricing
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ceri.us PWA Builder",
    "version": "1.13",
    "manifest_version": 2,
    "description": "Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "cerius\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "background": {
        "scripts": [
            "cerius\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/lnkfi.re\/*",
                "*:\/\/smarturl.it\/*",
                "*:\/\/*.lnk.to\/*",
                "*:\/\/*.linktr.ee\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "cerius\/content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.airbridgelabs.com\/1cmPricing\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}