Ceri.us PWA Builder

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

Ceri.us PWA Builder क्या है?

Ceri.us PWA Builder https://www.airbridgelabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ceri.us PWA Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Ceri.us PWA Builder Ceri.us PWA Builder
ID eogipfnbijonmdcbembnjajobmkblamd
आधिकारिक URL https://chromewebstore.google.com/detail/cerius-pwa-builder/eogipfnbijonmdcbembnjajobmkblamd
विवरण Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram
फ़ाइल का आकार 17.74 MB
स्थापना संख्या 57
वर्तमान संस्करण 1.13
अंतिम अपडेट 2020-08-14
प्रकाशन तिथि 2020-07-02
डेवलपर https://www.airbridgelabs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.airbridgelabs.com/1cmPricing
सहायता पृष्ठ URL https://www.airbridgelabs.com/1cmPricing
समर्थित भाषाएँ 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"
    }
}