blocks.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. {
  2. "collection": {
  3. "blocks": {
  4. "export-result": {
  5. "name": "Export result",
  6. "description": "Export the collection result as JSON"
  7. }
  8. }
  9. },
  10. "workflow": {
  11. "blocks": {
  12. "base": {
  13. "selector": "Element selector",
  14. "findElement": {
  15. "placeholder": "Find element by",
  16. "options": {
  17. "cssSelector": "CSS Selector",
  18. "xpath": "XPath"
  19. }
  20. },
  21. "markElement": {
  22. "title": "An element will not be selected if have been selected before",
  23. "text": "Mark element"
  24. },
  25. "multiple": {
  26. "title": "Select multiple element",
  27. "text": "Multiple"
  28. }
  29. },
  30. "upload-file": {
  31. "name": "Upload file",
  32. "description": "Upload file into <input type=\"file\"> element",
  33. "filePath": "File path",
  34. "addFile": "Add file"
  35. },
  36. "browser-event": {
  37. "name": "Browser event",
  38. "description": "Execute the next block when the event is triggered",
  39. "events": "Events",
  40. "timeout": "Timeout (milliseconds)",
  41. "activeTabLoaded": "Active tab",
  42. "setAsActiveTab": "Set as active tab"
  43. },
  44. "blocks-group": {
  45. "name": "Blocks group",
  46. "groupName": "Group name",
  47. "description": "Grouping blocks",
  48. "dropText": "Drag & drop a block here",
  49. "cantAdd": "Can't add \"{blockName}\" block to the group."
  50. },
  51. "trigger": {
  52. "name": "Trigger",
  53. "description": "Block where the workflow will start executing",
  54. "addTime": "Add time",
  55. "selectDay": "Select day",
  56. "timeExist": "You alread add {time} on {day}",
  57. "days": [
  58. "Sunday",
  59. "Monday",
  60. "Tuesday",
  61. "Wednesday",
  62. "Thursday",
  63. "Friday",
  64. "Saturday"
  65. ],
  66. "useRegex": "Use regex",
  67. "shortcut": {
  68. "tooltip": "Record shortcut",
  69. "checkboxTitle": "Execute shortcut even when you're in an input element",
  70. "checkbox": "Active while in input",
  71. "note": "Note: keyboard shortcut only working when you're on a webpage"
  72. },
  73. "forms": {
  74. "triggerWorkflow": "Trigger workflow",
  75. "interval": "Interval (minutes)",
  76. "delay": "Delay (minutes)",
  77. "date": "Date",
  78. "time": "Time",
  79. "url": "URL or Regex",
  80. "shortcut": "Shortcut"
  81. },
  82. "items": {
  83. "manual": "Manually",
  84. "interval": "Interval",
  85. "date": "On a specific date",
  86. "specific-day": "On a specific day",
  87. "visit-web": "When visit a website",
  88. "keyboard-shortcut": "Keyboard shortcut"
  89. }
  90. },
  91. "execute-workflow": {
  92. "name": "Execute workflow",
  93. "overwriteNote": "This will overwrite the global data of the selected workflow",
  94. "select": "Select workflow",
  95. "description": ""
  96. },
  97. "google-sheets": {
  98. "name": "Google sheets",
  99. "description": "Read or update Google Sheets data",
  100. "previewData": "Preview data",
  101. "firstRow": "Use the first row as keys",
  102. "keysAsFirstRow": "Use keys as the first row",
  103. "insertData": "Insert data",
  104. "valueInputOption": "Value input option",
  105. "dataFrom": {
  106. "label": "Data from",
  107. "options": {
  108. "data-columns": "Data columns",
  109. "custom": "Custom"
  110. }
  111. },
  112. "refKey": {
  113. "label": "Reference key",
  114. "placeholder": "Key name"
  115. },
  116. "spreadsheetId": {
  117. "label": "Spreadsheet Id",
  118. "link": "See how to get spreadsheet Id"
  119. },
  120. "range": {
  121. "label": "Range",
  122. "link": "Click to see more example"
  123. },
  124. "select": {
  125. "get": "Get spreadsheet cell values",
  126. "update": "Update spreadsheet cell values"
  127. }
  128. },
  129. "active-tab": {
  130. "name": "Active tab",
  131. "description": "Set current tab that you're in as an active tab"
  132. },
  133. "proxy": {
  134. "name": "Proxy",
  135. "description": "Set the proxy of the browser",
  136. "clear": "Clear all proxy",
  137. "bypass": {
  138. "label": "Bypass list",
  139. "note": "Use commas (,) to separate URL"
  140. }
  141. },
  142. "new-window": {
  143. "name": "New window",
  144. "description": "Create a new window",
  145. "windowState": {
  146. "placeholder": "Window state",
  147. "options": {
  148. "normal": "Normal",
  149. "minimized": "Minimized",
  150. "maximized": "Maximized",
  151. "fullscreen": "Fullscreen"
  152. }
  153. },
  154. "incognito": {
  155. "text": "Set as incognito window",
  156. "note": "You must enable 'Allow in incognito' for this extension to use the option"
  157. }
  158. },
  159. "go-back": {
  160. "name": "Go back",
  161. "description": "Go back to the previous page"
  162. },
  163. "forward-page": {
  164. "name": "Go forward",
  165. "description": "Go forward to the next page"
  166. },
  167. "close-tab": {
  168. "name": "Close tab/window",
  169. "description": "",
  170. "url": "URL or match pattern",
  171. "activeTab": "Close active tab",
  172. "allWindows": "Close all windows"
  173. },
  174. "event-click": {
  175. "name": "Click element",
  176. "description": ""
  177. },
  178. "delay": {
  179. "name": "Delay",
  180. "description": "Add delay before executing the next block",
  181. "input": {
  182. "title": "Delay in millisecond",
  183. "placeholder": "(millisecond)"
  184. }
  185. },
  186. "get-text": {
  187. "name": "Get text",
  188. "description": "Get text from an element",
  189. "checkbox": "Save data",
  190. "includeTags": "Include HTML tags",
  191. "prefixText": {
  192. "placeholder": "Text prefix",
  193. "title": "Add prefix to the text"
  194. },
  195. "suffixText": {
  196. "placeholder": "Text suffix",
  197. "title": "Add suffix to the text"
  198. },
  199. "extraRow": {
  200. "checkbox": "Add extra row",
  201. "placeholder": "Value",
  202. "title": "Value of the extra row"
  203. }
  204. },
  205. "export-data": {
  206. "name": "Export data",
  207. "description": "Export workflow data columns",
  208. "exportAs": "Export as",
  209. "refKey": "Reference key",
  210. "dataToExport": {
  211. "placeholder": "Data to export",
  212. "options": {
  213. "data-columns": "Data columns",
  214. "google-sheets": "Google sheets",
  215. },
  216. }
  217. },
  218. "element-scroll": {
  219. "name": "Scroll element",
  220. "description": "",
  221. "scrollY": "Scroll vertical",
  222. "scrollX": "Scroll horizontal",
  223. "intoView": "Scroll into view",
  224. "smooth": "Smooth scroll",
  225. "incScrollX": "Increment horizontal scroll",
  226. "incScrollY": "Increment vertical scroll"
  227. },
  228. "new-tab": {
  229. "name": "New tab",
  230. "description": "",
  231. "activeTab": "Set as active tab",
  232. "tabToGroup": "Add tab to group",
  233. "updatePrevTab": {
  234. "title": "Use the previously opened new tab instead of creating a new one",
  235. "text": "Update previously opened tab"
  236. }
  237. },
  238. "link": {
  239. "name": "Link",
  240. "description": "Open link element"
  241. },
  242. "attribute-value": {
  243. "name": "Attribute value",
  244. "description": "Get value of an element attribute",
  245. "forms": {
  246. "name": "Attribute name",
  247. "checkbox": "Save data",
  248. "column": "Select column",
  249. "extraRow": {
  250. "checkbox": "Add extra row",
  251. "placeholder": "Value",
  252. "title": "Value of the extra row"
  253. }
  254. }
  255. },
  256. "forms": {
  257. "name": "Forms",
  258. "description": "",
  259. "selected": "Selected",
  260. "type": "Form type",
  261. "getValue": "Get form value",
  262. "text-field": {
  263. "name": "Text field",
  264. "value": "Value",
  265. "clearValue": "Clear form value",
  266. "delay": {
  267. "placeholder": "Delay",
  268. "label": "Typing delay (millisecond)(0 to disable)"
  269. }
  270. },
  271. "select": {
  272. "name": "Select"
  273. },
  274. "radio": {
  275. "name": "Radio"
  276. },
  277. "checkbox": {
  278. "name": "Checkbox"
  279. }
  280. },
  281. "repeat-task": {
  282. "name": "Repeat task",
  283. "description": "",
  284. "times": "times",
  285. "repeatFrom": "Repeat from"
  286. },
  287. "javascript-code": {
  288. "name": "JavaScript code",
  289. "description": "Execute your javascript code in the web page",
  290. "availabeFuncs": "Available functions:",
  291. "removeAfterExec": "Remove after block executed",
  292. "modal": {
  293. "tabs": {
  294. "code": "JavaScript code",
  295. "preloadScript": "Preload script"
  296. }
  297. },
  298. "timeout": {
  299. "placeholder": "Timeout",
  300. "title": "Javascript code execution timeout"
  301. }
  302. },
  303. "trigger-event": {
  304. "name": "Trigger event",
  305. "description": "",
  306. "selectEvent": "Select event"
  307. },
  308. "conditions": {
  309. "name": "Conditions",
  310. "add": "Add condition",
  311. "description": "Conditional block",
  312. "fallbackTitle": "Execute when all comparisons don't meet the requirement",
  313. "equals": "Equals",
  314. "gt": "Greater than",
  315. "gte": "Greater than or equal",
  316. "lt": "Less than",
  317. "lte": "Less than or equal",
  318. "ne": "Not equals",
  319. "contains": "Contains"
  320. },
  321. "element-exists": {
  322. "name": "Element exists",
  323. "description": "Check if an element is exists",
  324. "selector": "Element selector",
  325. "fallbackTitle": "Execute when element doesn't exists",
  326. "tryFor": {
  327. "title": "Try to check if element exist",
  328. "label": "Try for"
  329. },
  330. "timeout": {
  331. "label": "Timeout (milliseconds)",
  332. "title": "Timeout for each try"
  333. }
  334. },
  335. "webhook": {
  336. "name": "Webhook",
  337. "description": "Webhook allow external service to be notified",
  338. "url": "The Post receive URL",
  339. "contentType": "Select a content type",
  340. "buttons": {
  341. "header": "Add header"
  342. },
  343. "timeout": {
  344. "placeholder": "Timeout",
  345. "title": "Http request execution timeout(ms)"
  346. },
  347. "tabs": {
  348. "headers": "Headers",
  349. "body": "Content body"
  350. }
  351. },
  352. "loop-data": {
  353. "name": "Loop data",
  354. "description": "Iterate through data columns or your custom data",
  355. "loopId": "Loop ID",
  356. "refKey": "Reference key",
  357. "modal": {
  358. "fileTooLarge": "File too large to edit",
  359. "maxFile": "Max file size is 1MB",
  360. "options": {
  361. "firstRow": "Use the first row as keys"
  362. }
  363. },
  364. "buttons": {
  365. "clear": "Clear data",
  366. "insert": "Insert data",
  367. "import": "Import file"
  368. },
  369. "maxLoop": {
  370. "title": "Max numbers of data to loop",
  371. "label": "Max data to loop (0 to disable)"
  372. },
  373. "loopThrough": {
  374. "placeholder": "Loop through",
  375. "fromNumber": "From number",
  376. "toNumber": "To number",
  377. "options": {
  378. "numbers": "Numbers",
  379. "data-columns": "Data columns",
  380. "custom-data": "Custom data",
  381. "google-sheets": "Google sheets"
  382. }
  383. }
  384. },
  385. "loop-breakpoint": {
  386. "name": "Loop breakpoint",
  387. "description": "To tell where loop data block must stop"
  388. },
  389. "take-screenshot": {
  390. "name": "Take screenshot",
  391. "description": "Take a screenshot of current active tab",
  392. "imageQuality": "Image quality",
  393. "saveToColumn": "Save screenshot to column",
  394. "saveToComputer": "Save screenshot to computer"
  395. },
  396. "switch-to": {
  397. "name": "Switch frame",
  398. "description": "Switch between main window and iframe",
  399. "iframeSelector": "Iframe element selector",
  400. "windowTypes": {
  401. "main": "Main window",
  402. "iframe": "Iframe"
  403. }
  404. }
  405. }
  406. }
  407. }