Autosave Make & Integromat by MakeMarket.io
Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Autosave Make & Integromat by MakeMarket.ioとは何ですか?
Autosave Make & Integromat by MakeMarket.ioはMakeMarket.ioによって開発されたChromeの拡張機能で、その主な機能は「Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…」です。
拡張機能のスクリーンショット
Autosave Make & Integromat by MakeMarket.io拡張機能のCRXファイルをダウンロード
Autosave Make & Integromat by MakeMarket.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save the scenarios for you. 拡張機能の基本情報
| 名前 | |
| ID | bekaofmhpimejfpeblfnhgogpkfaheil |
| 公式URL | https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil |
| 説明 | Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save… |
| ファイルサイズ | 64.51 KB |
| インストール数 | 104 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-09-05 |
| 公開日 | 2022-09-05 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | MakeMarket.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.makemarket.io |
| ヘルプページのURL | https://www.makeitfuture.com/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Autosave Make & Integromat by MakeMarket.io",
"version": "1.0",
"description": "",
"icons": {
"48": "icons\/icon.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.auth.makemarket.io\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.integromat.com\/*",
"*:\/\/*.make.com\/*",
"*:\/\/*.celonis.com\/*"
],
"js": [
"jquery.min.js",
"main.js"
]
}
],
"action": {
"default_title": "Autosave Make & Integromat by MakeMarket.io",
"default_icon": "icons\/icon.png",
"default_popup": "popup\/content.html"
}
} | |