Former2 Helper
Helps avoid CORS issues with former2.com
Former2 Helper란 무엇입니까?
Former2 Helper은(는) Ian Mckay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps avoid CORS issues with former2.com"입니다.
확장 프로그램 스크린샷
Former2 Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Calls to the AWS service API endpoints are made either directly with the JavaScript SDK or via the browser extension (which also hits endpoints directly). Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.
확장 프로그램 기본 정보
이름 | Former2 Helper |
ID | fhejmeojlbhfhjndnkkleooeejklmigi |
공식 URL | https://chromewebstore.google.com/detail/former2-helper/fhejmeojlbhfhjndnkkleooeejklmigi |
설명 | Helps avoid CORS issues with former2.com |
파일 크기 | 1.6 MB |
설치 횟수 | 10,813 |
현재 버전 | 1.66 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2020-06-17 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Ian Mckay |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://files.ian.mn/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Former2 Helper", "version": "1.66", "manifest_version": 3, "description": "Helps avoid CORS issues with former2.com", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "bg.js" }, "icons": { "128": "icon-128.png" }, "host_permissions": [ "https:\/\/*.aws.amazon.com\/*", "https:\/\/*.amazonaws.com\/*", "https:\/\/*.amazonaws.com.cn\/*", "https:\/\/developer.amazon.com\/*", "http:\/\/localhost:4566\/*", "http:\/\/*.localhost:4566\/*" ], "externally_connectable": { "matches": [ "https:\/\/former2.com\/*", "https:\/\/*.former2.com\/*", "http:\/\/127.0.0.1\/*", "https:\/\/127.0.0.1\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] } } |