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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ceri.us (SMA) Social Media Aggregator (PWA) Progressive Web App Builder for Instagram"입니다.
확장 프로그램 스크린샷
Ceri.us PWA Builder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |